wasmtime-cli 45.0.0

Command-line interface for Wasmtime
Documentation
1
2
3
4
5
6
7
8
9
(module
  (table 1 funcref)
  (func (export "_start")
    ref.null func
    i32.const -1
    table.grow
    drop
  )
)