summaryrefslogtreecommitdiff
path: root/test/imported_memory_growth.wast.from-wast
blob: a2533591b7b0053bbab3d260a7b80a330937dffa (plain)
1
2
3
4
(module
 (import "env" "memory" (memory $0 256))
 (import "env" "table" (table $timport$0 256 funcref))
)