packages feed

binaryen-0.0.5.0: binaryen/test/reduce/simple.wast.txt

(module
 (type $none_=>_i32 (func (result i32)))
 (export "x" (func $0))
 (func $0 (result i32)
  (i32.const 5678)
 )
)