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

  (table 1 externref))