summaryrefslogtreecommitdiff
path: root/test/reduce/destructive.wast.txt
blob: c05c72d788045c23cbd0d8840c4a713474dcfe96 (plain)
1
2
3
4
5
6
7
8
(module
 (type $i32_=>_i32 (func (param i32) (result i32)))
 (export "x" (func $0))
 (func $0 (param $0 i32) (result i32)
  (i32.const 100)
 )
)