summaryrefslogtreecommitdiff
path: root/test/parse/expr/table-get.txt
blob: ed2e715551b64d2b3fdce9a2cb4bd28a7d3b4d03 (plain)
1
2
3
4
5
6
7
8
;;; TOOL: wat2wasm
;;; ARGS: --enable-reference-types
(module
  (func (result anyref)
    i32.const 0
    table.get 0)

  (table 1 anyref))