Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/binary-parser-refactor-name-fixup
/
.
/
test
/
metadce
/
rooted-export.wast.dced
blob: 186746e5602ae9749d9d91c876b33ecc4f031241 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
(
param i32
)))
(
type $1
(
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 $1
)
(
unreachable
)
)
)