wasmtime-cli 45.0.0

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

(module $m
  (memory (export "mem") 0)
)

(assert_unlinkable
  (module (import "m" "mem" (memory i64 0)))
  "expected 64-bit memory, found 32-bit memory")