![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-module.h>
Public Attributes | |
WireBytesRef | module_name |
WireBytesRef | field_name |
ImportExportKindCode | kind |
uint32_t | index = 0 |
Definition at line 283 of file wasm-module.h.
WireBytesRef v8::internal::wasm::WasmImport::field_name |
Definition at line 285 of file wasm-module.h.
uint32_t v8::internal::wasm::WasmImport::index = 0 |
Definition at line 287 of file wasm-module.h.
ImportExportKindCode v8::internal::wasm::WasmImport::kind |
Definition at line 286 of file wasm-module.h.
WireBytesRef v8::internal::wasm::WasmImport::module_name |
Definition at line 284 of file wasm-module.h.