wasmtime-cli 45.0.0

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

 (module
  (func (result i32)
    global.get 0
    v128.any_true
  )
  (global (;0;) (mut v128) v128.const i64x2 0 0)
)