diff options
Diffstat (limited to 'test/empty.fromasm')
-rw-r--r-- | test/empty.fromasm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/empty.fromasm b/test/empty.fromasm index 939cbb87c..67c1135d4 100644 --- a/test/empty.fromasm +++ b/test/empty.fromasm @@ -1,4 +1,8 @@ (module (memory 256 256) - (export "memory" memory) + (data (get_global $memoryBase) "empty.asm.js") + (import "env" "memory" (memory $memory)) + (import "env" "table" (table $table)) + (import "env" "memoryBase" (global $memoryBase i32)) + (import "env" "tableBase" (global $tableBase i32)) ) |