1 .globl call_foo 2call_foo: 3 .functype call_foo () -> () 4 call foo 5 end_function 6 7 .functype foo () -> () 8 .import_module foo, baz 9