blob: 9187637b3da1383b19a231b877bacfbf41597108 [file] [edit]
;;; TOOL: wast2json
;;; ARGS: --enable-exceptions
(module
(tag $t)
(func $foo (throw $t))
(export "foo" (func $foo)))
(assert_exception (invoke "foo"))