diff options
Diffstat (limited to 'test/threads.wasm-only.fromasm.clamp.no-opts')
-rw-r--r-- | test/threads.wasm-only.fromasm.clamp.no-opts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/threads.wasm-only.fromasm.clamp.no-opts b/test/threads.wasm-only.fromasm.clamp.no-opts index d79a41b41..ef13ae97c 100644 --- a/test/threads.wasm-only.fromasm.clamp.no-opts +++ b/test/threads.wasm-only.fromasm.clamp.no-opts @@ -1,8 +1,8 @@ (module (import "env" "memory" (memory $memory (shared 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 "env" "STACKTOP" (global $STACKTOP$asm2wasm$import i32)) (global $STACKTOP (mut i32) (get_global $STACKTOP$asm2wasm$import)) (global $tempRet0 (mut i32) (i32.const 0)) |