Skip to content
New issue

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

Invalid wasm payload should be instantiatable #31

Open
chinh7 opened this issue Jan 20, 2021 · 0 comments · May be fixed by #33
Open

Invalid wasm payload should be instantiatable #31

chinh7 opened this issue Jan 20, 2021 · 0 comments · May be fixed by #33
Assignees

Comments

@chinh7
Copy link
Contributor

chinh7 commented Jan 20, 2021

(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) ""))
@anhcao142 anhcao142 linked a pull request Jan 22, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants