Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/init_expr
/
.
/
test
/
parse
/
assert
/
assertexception.txt
blob: 9187637b3da1383b19a231b877bacfbf41597108 [
file
] [
edit
]
;;; TOOL: wast2json
;;; ARGS: --enable-exceptions
(module
(tag $t)
(func $foo (throw $t))
(export "foo" (func $foo)))
(assert_exception (invoke "foo"))