v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
wasm-serialization.h File Reference
Include dependency graph for wasm-serialization.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::wasm::WasmSerializer
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 

Functions

bool v8::internal::wasm::IsSupportedVersion (base::Vector< const uint8_t > header, WasmEnabledFeatures enabled_features)
 
MaybeDirectHandle< WasmModuleObjectv8::internal::wasm::DeserializeNativeModule (Isolate *isolate, base::Vector< const uint8_t > data, base::Vector< const uint8_t > wire_bytes_vec, const CompileTimeImports &compile_imports, base::Vector< const char > source_url)