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