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