wasm-tools 1.246.2

CLI tools for interoperating with WebAssembly files
Documentation
1
2
3
4
5
6
7
8
9
;; RUN: component unbundle --module-dir %tmpdir --wat % --threshold 10

(component
  (core module $not-extracted) ;; not extracted, too small

  (core module $"extract me please"
    (import "a" "b" (func))
  )
)