Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/init_expr
/
.
/
test
/
parse
/
module
/
table.txt
blob: a9d029cd8a5ae5d57c57ce23750d4b20f4531eaf [
file
] [
edit
]
;;; TOOL: wat2wasm
(module
(func (param i32))
(func (param i32 i64))
(func (result i64) i64.const 0)
(table anyfunc (elem 0 0 1 2)))