1 2 3 4 5 6 7 8 9
(module (type $none_=>_none (func)) (import "env" "bar" (func $bar)) (import "env" "other" (func $other)) (export "foo" (func $foo)) (func $foo (call $bar) ) )