blob: aec07657fe7c06a167b04a17b7f340cb07002ab5 [file] [log] [blame] [edit]
(module
(func $foo (export "foo")
;; binaryen skips unreachable code while reading the binary format
(unreachable)
(nop)
(nop)
(nop)
(nop)
(nop)
)
)
(module
(memory 1 1)
(table 0 funcref)
)