Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/drop2
/
.
/
test
/
unreachable-pops.wasm.fromBinary
blob: 242a51a844a148874457deb416b95b650df2c37c [
file
] [
edit
]
(
module
(
type $none_
=>
_i32
(
func
(
result i32
)))
(
func $0
(;
0
;)
(
result i32
)
(
block $label$1
(
result i32
)
(
unreachable
)
)
)
)