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) ) )