summaryrefslogtreecommitdiff
path: root/test/use-import-and-drop.fromasm
blob: 5b42aff4aac33215e63eae9fda521a9417a36806 (plain)
1
2
3
4
5
6
7
(module
 (import "env" "memory" (memory $0 256 256))
 (import "env" "table" (table 0 0 anyfunc))
 (import "env" "memoryBase" (global $memoryBase i32))
 (import "env" "tableBase" (global $tableBase i32))
 (data (get_global $memoryBase) "use-import-and-drop.asm.js")
)