Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Unified Diff: test/mjsunit/wasm/embenchen/lua_binarytrees.js

Issue 1770383002: [wasm] Rename _WASMEXP_ object to Wasm. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « test/mjsunit/wasm/embenchen/fasta.js ('k') | test/mjsunit/wasm/embenchen/memops.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/wasm/embenchen/lua_binarytrees.js
diff --git a/test/mjsunit/wasm/embenchen/lua_binarytrees.js b/test/mjsunit/wasm/embenchen/lua_binarytrees.js
index d40730dbaf376216019be8e0a4f37255214c2a38..a5f8228b82218c95a9a21d949f752b2adc6bf182 100644
--- a/test/mjsunit/wasm/embenchen/lua_binarytrees.js
+++ b/test/mjsunit/wasm/embenchen/lua_binarytrees.js
@@ -7208,7 +7208,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);
« no previous file with comments | « test/mjsunit/wasm/embenchen/fasta.js ('k') | test/mjsunit/wasm/embenchen/memops.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698