wasm-tools 1.240.0

CLI tools for interoperating with WebAssembly files
Documentation
1
2
3
4
5
6
;; RUN: print --print-operand-stack %

(component
  (component (core module (func i32.const 0 drop)))
  (component (core module (func i32.const 0 drop)))
)