wasmtime-cli 45.0.0

Command-line interface for Wasmtime
Documentation
1
2
3
4
5
6
7
8
9
;;! simd = true

(module
  (func (export "") (result v128)
    v128.const i32x4 0x3f803f80 0x3f803f80 0x3f803f80 0x3f803f80
  )
)

(assert_return (invoke "") (v128.const i32x4 0x3f803f80 0x3f803f80 0x3f803f80 0x3f803f80))