diff options
Diffstat (limited to 'test/two_sides.fromasm.no-opts')
-rw-r--r-- | test/two_sides.fromasm.no-opts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/two_sides.fromasm.no-opts b/test/two_sides.fromasm.no-opts index e74005742..7ce042c17 100644 --- a/test/two_sides.fromasm.no-opts +++ b/test/two_sides.fromasm.no-opts @@ -2,8 +2,8 @@ (type $FUNCSIG$id (func (param f64) (result i32))) (import "env" "memory" (memory $memory 256 256)) (import "env" "table" (table $table 0 0 anyfunc)) - (import "env" "memoryBase" (global $memoryBase i32)) - (import "env" "tableBase" (global $tableBase i32)) + (import "env" "__memory_base" (global $__memory_base i32)) + (import "env" "__table_base" (global $__table_base i32)) (import "asm2wasm" "f64-to-int" (func $f64-to-int (param f64) (result i32))) (export "_test" (func $_test)) (func $_test (; 1 ;) (param $i1 i32) (param $i2 i32) (param $i3 i32) (param $i4 i32) (param $i5 i32) (result i32) |