My Project
V8 API Reference Guide generated from the header files
Public Member Functions
v8::WasmStreaming::Client Class Referenceabstract

#include <v8.h>

Public Member Functions

virtual void OnModuleCompiled (CompiledWasmModule compiled_module)=0
 

Detailed Description

Client to receive streaming event notifications.

Member Function Documentation

◆ OnModuleCompiled()

virtual void v8::WasmStreaming::Client::OnModuleCompiled ( CompiledWasmModule  compiled_module)
pure virtual

Passes the fully compiled module to the client. This can be used to implement code caching.


The documentation for this class was generated from the following file: