blob: ed2e715551b64d2b3fdce9a2cb4bd28a7d3b4d03 [file] [edit]
;;; TOOL: wat2wasm
;;; ARGS: --enable-reference-types
(module
(func (result anyref)
i32.const 0
table.get 0)
(table 1 anyref))