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

  (table 1 externref))