(module (type $FUNCSIG$vii (func (param i32 i32))) (import "test" "equals" (func $equals (param i32 i32))) (table 0 anyfunc) (memory $0 1) (export "memory" (memory $0)) (export "onCreation" (func $onCreation)) (export "onMessage" (func $onMessage)) (func $onCreation (param $0 i32) (result i32) (i32.const 0) ) (func $onMessage (result i32) (call $equals (i32.const 0) (i32.const 0) ) (i32.const 0) ) )