summaryrefslogtreecommitdiff
path: root/test/parse/module/export-table.txt
blob: 1755ccf1e90139ffccdbb915e6c658616880abd9 (plain)
1
2
3
4
;;; TOOL: wat2wasm
(module
  (table 0 funcref)
  (export "my_table" (table 0)))