My Project
V8 API Reference Guide generated from the header files
Public Member Functions | Friends
v8::CompiledWasmModule Class Reference

Public Member Functions

OwnedBuffer Serialize ()
 
MemorySpan< const uint8_t > GetWireBytesRef ()
 

Friends

class Utils
 

Member Function Documentation

◆ GetWireBytesRef()

MemorySpan<const uint8_t> v8::CompiledWasmModule::GetWireBytesRef ( )

Get the (wasm-encoded) wire bytes that were used to compile this module.

◆ Serialize()

OwnedBuffer v8::CompiledWasmModule::Serialize ( )

Serialize the compiled module. The serialized data does not include the wire bytes.


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