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