(module (func $log (param i32) (nop)) (func $hello (nop)) (export "log" (func $log)) (export "hello" (func $hello)) )