Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/filenames-in-reader-errors
/
.
/
test
/
parse
/
expr
/
try-delegate.txt
blob: 939611540211bb9ccd87ed46e4d3cda7aeb07038 [
file
] [
log
] [
blame
] [
edit
]
;;; TOOL: wat2wasm
;;; ARGS: --enable-exceptions
(module
(tag (param i32))
(func
try
try
nop
delegate 0
try
nop
delegate 1
catch 0
drop
end))