Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
expr
/
callindirect.txt
blob: 3f538bb6d63f28906a7a4e32077f9305e76ac1be [
file
] [
edit
]
;;; TOOL: wat2wasm
(module
(table funcref (elem 0))
(type (func (param i32)))
(func
i32.const 0
i32.const 0
call_indirect (type 0)))