diff options
-rw-r--r-- | test/empty.fromasm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/empty.fromasm b/test/empty.fromasm index 939cbb87c..008ce532b 100644 --- a/test/empty.fromasm +++ b/test/empty.fromasm @@ -1,4 +1,6 @@ (module (memory 256 256) + (data (get_global $memInitBase) "empty.asm.js") + (import $memInitBase global "env" "memInitBase" i32) (export "memory" memory) ) |