V8: v8::CompiledWasmModule Class Reference (original) (raw)

#include <[v8-wasm.h](v8-wasm%5F8h%5Fsource.html)>

Public Member Functions
OwnedBuffer Serialize ()
MemorySpan< const uint8_t > GetWireBytesRef ()
const std::string & source_url () const
Friends
class WasmModuleCompilation
class WasmModuleObject
class WasmStreaming

Wrapper around a compiled WebAssembly module, which is potentially shared by different WasmModuleObjects.

GetWireBytesRef()

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

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

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

WasmModuleCompilation

WasmModuleObject

WasmStreaming


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