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

Unified Diff: src/wasm/wasm-module.h

Issue 2810203002: Revert of [wasm] instantiate expressed in terms of compile (Closed)
Patch Set: Created 3 years, 8 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 | « src/wasm/wasm-js.cc ('k') | src/wasm/wasm-module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wasm/wasm-module.h
diff --git a/src/wasm/wasm-module.h b/src/wasm/wasm-module.h
index c296dc8cc43b97c8fad954c091fe8cef1d6d32b6..32dea7befd46d7f0bb7bde930db1b48bd29ca57e 100644
--- a/src/wasm/wasm-module.h
+++ b/src/wasm/wasm-module.h
@@ -472,6 +472,10 @@
Handle<WasmModuleObject> module_object,
MaybeHandle<JSReceiver> imports);
+V8_EXPORT_PRIVATE void AsyncCompileAndInstantiate(
+ Isolate* isolate, Handle<JSPromise> promise, const ModuleWireBytes& bytes,
+ MaybeHandle<JSReceiver> imports);
+
#if V8_TARGET_ARCH_64_BIT
const bool kGuardRegionsSupported = true;
#else
« no previous file with comments | « src/wasm/wasm-js.cc ('k') | src/wasm/wasm-module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698