Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/github_sanitizers
/
.
/
test
/
parse
/
expr
/
table-init.txt
blob: fe38d6df8ba0a59a037b4ac19771885a555f8232 [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ARGS: --enable-bulk-memory
(module
(memory 0)
(func
i32.const 0
i32.const 0
i32.const 0
table.init 0)
(func)
(table 0 funcref)
(elem func 1))