sig_mismatch.s 169 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 .globl foo foo: .functype foo (f32) -> (i32) i32.const 0 end_function .globl call_foo call_foo: .functype call_foo () -> (i32) call foo end_function