#include <v8-wasm.h>
Definition at line 43 of file v8-wasm.h.
◆ CompiledWasmModule()
v8::CompiledWasmModule::CompiledWasmModule |
( |
std::shared_ptr< internal::wasm::NativeModule > | native_module, |
|
|
const char * | source_url, |
|
|
size_t | url_length ) |
|
explicitprivate |
◆ GetWireBytesRef()
MemorySpan< const uint8_t > v8::CompiledWasmModule::GetWireBytesRef |
( |
| ) |
|
Get the (wasm-encoded) wire bytes that were used to compile this module.
Definition at line 8829 of file api.cc.
◆ Serialize()
Serialize the compiled module. The serialized data does not include the wire bytes.
Definition at line 8815 of file api.cc.
◆ source_url()
const std::string & v8::CompiledWasmModule::source_url |
( |
| ) |
const |
|
inline |
◆ WasmModuleObject
◆ WasmStreaming
◆ native_module_
◆ source_url_
const std::string v8::CompiledWasmModule::source_url_ |
|
private |
The documentation for this class was generated from the following files: