wasmtime-cli 45.0.0

Command-line interface for Wasmtime
Documentation
1
2
3
4
5
6
7
8
(module
  (func (export "x") (result i32)
    i32.const 0
    i32.ctz
  )
)

(assert_return (invoke "x") (i32.const 32))