summaryrefslogtreecommitdiff
path: root/test/metadce/rooted-export.wast.dced
blob: dd9913ab2965eb3d2f4409fe8328e342f0163693 (plain)
1
2
3
4
5
6
7
8
9
10
(module
 (type $i32_=>_none (func (param i32)))
 (type $none_=>_none (func))
 (tag $b_wasm_tag (attr 0) (param i32))
 (export "wasm_func_b" (func $b_wasm_func))
 (export "wasm_tag_b" (tag $b_wasm_tag))
 (func $b_wasm_func
  (unreachable)
 )
)