;;; TOOL: run-wasm-link ;;; FLAGS: --debug-names -r (module (import "env" "baz" (func $import_func1)) ) (;; STDOUT ;;; linked.wasm: file format wasm 0x1 Sections: Type start=0x0000000a end=0x0000000e (size=0x00000004) count: 1 Import start=0x00000014 end=0x0000001f (size=0x0000000b) count: 1 Custom start=0x00000025 end=0x0000003f (size=0x0000001a) "name" Section Details: Type: - type[0] () -> nil Import: - func[0] sig=0 <- env.baz Custom: - name: "name" - func[0] import_func1 Code Disassembly: ;;; STDOUT ;;)