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