Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
9ee3f004cb11127ee33b9f5d9285fa17841c2db2
/
.
/
test
/
parse
/
expr
/
if-then-br-named.txt
blob: 439acd6e2f817248b18a5492fc11310061724e98 [
file
]
;;; TOOL: wat2wasm
(module
(func
i32.const 1
if $exit
br $exit
end))