Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/cpp20
/
.
/
test
/
metadce
/
rooted-export.wast.dced
blob: 62001de234669a5495d9b2a8b0da5494d27bbe93 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $i32_
=>
_none
(
func
(
param i32
)))
(
type $none_
=>
_none
(
func
))
(
tag $b_wasm_tag
(
param i32
))
(
export
"wasm_func_b"
(
func $b_wasm_func
))
(
export
"wasm_tag_b"
(
tag $b_wasm_tag
))
(
func $b_wasm_func
(
type $none_
=>
_none
)
(
unreachable
)
)
)