;;; TOOL: run-wasm-link ;;; FLAGS: --debug-names -r (module (import "env" "baz" (func $import_func1)) ) (;; STDOUT ;;; ****************************************************************** WARNING: wasm-link is deprecated. Where possible, use lld instead. ****************************************************************** 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" Custom start=0x00000045 end=0x0000005b (size=0x00000016) "linking" Section Details: Type: - type[0] () -> nil Import: - func[0] sig=0 <- env.baz Custom: - name: "name" - func[0] import_func1 Custom: - name: "linking" - data size : 0 - data align: 0 Code Disassembly: ;;; STDOUT ;;)