| Index: test/mjsunit/wasm/embenchen/copy.js
|
| diff --git a/test/mjsunit/wasm/embenchen/copy.js b/test/mjsunit/wasm/embenchen/copy.js
|
| index f09b0fa7654adb6fed49538a1d70ca15219e3262..70609aa24207008b2c9215fcb1b6a0fd033d5044 100644
|
| --- a/test/mjsunit/wasm/embenchen/copy.js
|
| +++ b/test/mjsunit/wasm/embenchen/copy.js
|
| @@ -5452,7 +5452,7 @@ function asmPrintFloat(x, y) {
|
| Module.print('float ' + x + ',' + y);// + ' ' + new Error().stack);
|
| }
|
| // EMSCRIPTEN_START_ASM
|
| -var asm = _WASMEXP_.instantiateModuleFromAsm((function Module(global, env, buffer) {
|
| +var asm = Wasm.instantiateModuleFromAsm((function Module(global, env, buffer) {
|
| 'use asm';
|
| var HEAP8 = new global.Int8Array(buffer);
|
| var HEAP16 = new global.Int16Array(buffer);
|
|
|