wasm-tools 1.251.0

CLI tools for interoperating with WebAssembly files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(component
  (core type (;0;)
    (module)
  )
  (core type (;1;) (func))
  (core type (;2;)
    (module
      (alias outer 1 1 (type (;0;)))
      (import "a" "b" (func (type 0)))
    )
  )
  (import "unbundled-module0" (core module (;0;) (type 0)))
  (import "unbundled-module1" (core module (;1;) (type 2)))
  (alias outer 0 0 (core module $not-extracted (;2;)))
  (alias outer 0 1 (core module $"extract me please" (;3;)))
)