blob: d441437ec17ad49e5f88066173d6e521e6ca03a0 [file] [edit]
;;; TOOL: wat2wasm
;;; ARGS: --enable-reference-types
(module
(func (param anyref)
i32.const 0
get_local 0
table.set 0)
(table 1 anyref))