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 |