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