wasm-tools 1.0.49

CLI tools for interoperating with WebAssembly files
Documentation
1
2
3
4
5
6
7
8
9
;; RUN: print --skeleton %

(module
  (memory 0)
  (func $f unreachable)
  (data (i32.const 0) "1234")
  (table 1 funcref)
  (elem (i32.const 0) func $f)
)