Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
v8::CompiledWasmModule Class Reference

#include <v8-wasm.h>

Public Member Functions

OwnedBuffer Serialize ()
 
MemorySpan< const uint8_t > GetWireBytesRef ()
 
const std::string & source_url () const
 

Friends

class WasmModuleObject
 
class WasmStreaming
 

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.

◆ source_url()

const std::string & v8::CompiledWasmModule::source_url ( ) const
inline

Friends And Related Function Documentation

◆ WasmModuleObject

friend class WasmModuleObject
friend

◆ WasmStreaming

friend class WasmStreaming
friend

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