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