Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/init_expr
/
.
/
test
/
parse
/
expr
/
tail-call.txt
blob: 40aa18e57504bfbc24585c34ffcaa52e27ab948a [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ARGS0: --enable-tail-call
(module
(table 1 anyfunc)
(func return_call 0)
(func i32.const 0 return_call_indirect)
)