wasmtime-cli 42.0.2

Command-line interface for Wasmtime
Documentation
1
2
3
4
5
6
(module
  (func (export "run")
    (loop
      br 0)
  )
)