v8  7.9.317 (node 13.2.0)
V8 is Google's open source JavaScript engine
CompiledWasmModule Class Reference

#include <v8.h>

Public Member Functions

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

Friends

class Utils
 

Detailed Description

Definition at line 4614 of file v8.h.

Member Function Documentation

◆ GetWireBytesRef()

MemorySpan<const uint8_t> GetWireBytesRef ( )

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

◆ Serialize()

OwnedBuffer Serialize ( )

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

Friends And Related Function Documentation

◆ Utils

friend class Utils
friend

Definition at line 4629 of file v8.h.


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