Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
076b46ccfca2464c8bb3388dccb72345cd48a55f
/
.
/
test
/
unreachable-pops.wasm.fromBinary
blob: d4ed2ae703c407bf09a852327e3785358128512b [
file
]
(
module
(
type $0
(
func
(
result i32
)))
(
func $0
(
result i32
)
(
i32
.
add
(
unreachable
)
(
unreachable
)
)
)
)