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

Unified Diff: test/mjsunit/wasm/instantiate-run-basic.js

Issue 1660083002: Drop the compileRun + asmCompileRun methods from wasm. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix Created 4 years, 11 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/wasm/compile-run-basic.js ('k') | test/mjsunit/wasm/wasm-object-api.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/wasm/instantiate-run-basic.js
diff --git a/test/mjsunit/wasm/compile-run-basic.js b/test/mjsunit/wasm/instantiate-run-basic.js
similarity index 91%
rename from test/mjsunit/wasm/compile-run-basic.js
rename to test/mjsunit/wasm/instantiate-run-basic.js
index dbc624a2fbeaef520d9963dd8ffa3444dbfbc56d..b103e8f4394f64b38cdeac2eea4b95306a3b0804 100644
--- a/test/mjsunit/wasm/compile-run-basic.js
+++ b/test/mjsunit/wasm/instantiate-run-basic.js
@@ -28,4 +28,4 @@ var data = bytes(
'm', 'a', 'i', 'n', 0 // name
);
-assertEquals(kReturnValue, _WASMEXP_.compileRun(data));
+assertEquals(kReturnValue, _WASMEXP_.instantiateModule(data).main());
« no previous file with comments | « test/mjsunit/wasm/compile-run-basic.js ('k') | test/mjsunit/wasm/wasm-object-api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698