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