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

  (table 1 externref))