We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(module (type $t0 (func)) (type $t1 (func (result i32))) (func $__wasm_call_ctors (type $t0)) (func $main (type $t1) (result i32) i32.const 43) (table $T0 1 1 funcref) (memory $memory 0 0) (global $g0 (mut i32) (i32.const 66560)) (global $__heap_base i32 (i32.const 66560)) (global $__data_end i32 (i32.const 1024)) (export "main" (func $main)) (export "memory" (memory 0)) (export "__heap_base" (global 1)) (export "__data_end" (global 2)) (data $d0 (i32.const 1) ""))
The text was updated successfully, but these errors were encountered:
anhcao142
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: