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

  (table 1 externref))