Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/init_expr
/
.
/
test
/
parse
/
expr
/
rethrow.txt
blob: 4225c0257bb796a504d90167078b32fe0c01f104 [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ARGS: --enable-exceptions
(module
(tag $e1)
(func
try
catch $e1
rethrow 0
end))