wasmtime-cli 33.0.0

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