wasmtime-cli 43.0.2

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

(module
  (table 1 1 funcref)
  (elem (i32.const 0) funcref (ref.func 0))
  (func (export "elem.drop non-passive element")
    (elem.drop 0)))

(invoke "elem.drop non-passive element")