(module (type $none_=>_none (func)) (type $none_=>_i32 (func (result i32))) (type $none_=>_i64 (func (result i64))) (type $none_=>_f32 (func (result f32))) (type $none_=>_f64 (func (result f64))) (type $none_=>_funcref (func (result funcref))) (type $none_=>_anyref (func (result anyref))) (type $none_=>_exnref (func (result exnref))) (export "ppi32" (func $0)) (export "ppi64" (func $1)) (export "ppf32" (func $2)) (export "ppf64" (func $3)) (export "ppanyref" (func $4)) (export "ppfuncref" (func $5)) (export "ppnullref" (func $6)) (export "ppexnref" (func $7)) (func $0 (; 0 ;) (result i32) (push (i32.const 1) ) (i32.pop) ) (func $1 (; 1 ;) (result i64) (push (i64.const 1) ) (i64.pop) ) (func $2 (; 2 ;) (result f32) (push (f32.const 1) ) (f32.pop) ) (func $3 (; 3 ;) (result f64) (push (f64.const 1) ) (f64.pop) ) (func $4 (; 4 ;) (result anyref) (local $any anyref) (push (local.get $any) ) (anyref.pop) ) (func $5 (; 5 ;) (result funcref) (local $fn funcref) (push (local.get $fn) ) (funcref.pop) ) (func $6 (; 6 ;) (push (ref.null) ) (drop (nullref.pop) ) ) (func $7 (; 7 ;) (result exnref) (local $exn exnref) (push (local.get $exn) ) (exnref.pop) ) )