![]() |
v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#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 |
| MemorySpan<const uint8_t> GetWireBytesRef | ( | ) |
Get the (wasm-encoded) wire bytes that were used to compile this module.
| OwnedBuffer Serialize | ( | ) |
Serialize the compiled module. The serialized data does not include the wire bytes.
|
friend |
|
friend |