diff options
Diffstat (limited to 'test/noffi_i64.fromasm')
-rw-r--r-- | test/noffi_i64.fromasm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/noffi_i64.fromasm b/test/noffi_i64.fromasm index fef586b7b..2e2c5b989 100644 --- a/test/noffi_i64.fromasm +++ b/test/noffi_i64.fromasm @@ -1,8 +1,8 @@ (module (type $FUNCSIG$jj (func (param i64) (result i64))) (import "env" "memory" (memory $memory 256 256)) - (data (get_global $memoryBase) "noffi_i64.asm.js") - (import "env" "memoryBase" (global $memoryBase i32)) + (data (get_global $__memory_base) "noffi_i64.asm.js") + (import "env" "__memory_base" (global $__memory_base i32)) (import "env" "_importll" (func $importll (param i64) (result i64))) (export "_add" (func $add)) (export "_main" (func $main)) |