wasmtime-cli 45.0.0

Command-line interface for Wasmtime
Documentation
1
2
3
4
5
6
7
8
9
10
(module
  (func
    i32.const 0
    if
      unreachable
    end
    f32.const nan
    drop
  )
)