summaryrefslogtreecommitdiff
path: root/test/empty_imported_table.wast
blob: 7662c068ee5a4db6a28c19d0245538b0b86fdd74 (plain)
1
2
3
4
(module
  (import "env" "table" (table 0 0 anyfunc))
  (memory $0 0)
)