Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/init_expr
/
.
/
test
/
interp
/
expr-block.txt
blob: b72b6ae3064d1d9fef96de012457b414d22ce91c [
file
] [
edit
]
;;; TOOL: run-interp
(module
(func (export "test") (result i32)
block (result i32)
i32.const 10
drop
i32.const 1
end
)
)
(;; STDOUT ;;;
test() => i32:1
;;; STDOUT ;;)