wasmtime-cli 44.0.1

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