summaryrefslogtreecommitdiff
path: root/test/reduce/simple.wast.txt
blob: f7e68fa636a5ff47adf8b61c3f743edd3a943d1f (plain)
1
2
3
4
5
6
7
8
(module
 (type $0 (func (result i32)))
 (export "x" (func $0))
 (func $0 (result i32)
  (i32.const 5678)
 )
)