summaryrefslogtreecommitdiff
path: root/test/imported_memory.wast.fromBinary.noDebugInfo
blob: 46ecefe0f8efd2c30f39a43b6775cf673572932c (plain)
1
2
3
4
5
(module
 (import "env" "memory" (memory $mimport$0 256 256))
 (import "env" "table" (table $timport$0 256 256 funcref))
)