;;; 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=0x0000004d (size=0x00000008) "linking"

Section Details:

Type:
 - type[0] () -> nil
Import:
 - func[0] sig=0 <import_func1> <- env.baz
Custom:
 - name: "name"
 - func[0] import_func1
Custom:
 - name: "linking"

Code Disassembly:

;;; STDOUT ;;)
