diff options
Diffstat (limited to 'test/hello_world.fromasm')
-rw-r--r-- | test/hello_world.fromasm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hello_world.fromasm b/test/hello_world.fromasm index 426989111..edbc0d6a3 100644 --- a/test/hello_world.fromasm +++ b/test/hello_world.fromasm @@ -1,7 +1,7 @@ (module (import "env" "memory" (memory $memory 256 256)) - (data (get_global $memoryBase) "hello_world.asm.js") - (import "env" "memoryBase" (global $memoryBase i32)) + (data (get_global $__memory_base) "hello_world.asm.js") + (import "env" "__memory_base" (global $__memory_base i32)) (export "add" (func $add)) (func $add (; 0 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (result i32) (i32.add |