wasm-tools 1.253.0

CLI tools for interoperating with WebAssembly files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
;; RUN[gen]: component unbundle --threshold 0 % --module-dir %tmpdir
;; RUN[read0]: print %tmpdir/unbundled-module0.wasm
;; RUN[read1]: print %tmpdir/unbundled-module1.wasm

(component
  (core module $a
    (import "a" "a" (func))
  )
  (core module $b
    (import "b" "b" (func))
  )
)