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