1 2 3 4 5 6 7
(module (type $0 (func (param i32))) (export "test1" (func $test1)) (func $test1 (type $0) (param $x i32) (nop) ) )