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