wasmtime-cli 24.0.13

Command-line interface for Wasmtime
Documentation
1
2
3
4
5
6
7
8
(module
  (func (result v128)
    i32.const 0
    v128.load32_splat align=1
    f64x2.convert_low_i32x4_u
  )
  (memory 0 1)
)