wasmtime-cli 44.0.0

Command-line interface for Wasmtime
Documentation
1
2
3
4
5
6
7
8
9
10
;;! gc = yes
;;! exceptions = yes
;;! function-references = yes

(module $m
  (global (export "") exnref (ref.null exn))) 

(module
  (import "m" "" (global exnref))
  (table 1 exnref (global.get 0)))