![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <wasm-module.h>
Public Attributes | |
| const FunctionSig * | sig = nullptr |
| uint32_t | func_index = 0 |
| ModuleTypeIndex | sig_index {0} |
| WireBytesRef | code = {} |
| bool | imported = false |
| bool | exported = false |
| bool | declared = false |
Definition at line 78 of file wasm-module.h.
| WireBytesRef v8::internal::wasm::WasmFunction::code = {} |
Definition at line 83 of file wasm-module.h.
| bool v8::internal::wasm::WasmFunction::declared = false |
Definition at line 86 of file wasm-module.h.
| bool v8::internal::wasm::WasmFunction::exported = false |
Definition at line 85 of file wasm-module.h.
| uint32_t v8::internal::wasm::WasmFunction::func_index = 0 |
Definition at line 80 of file wasm-module.h.
| bool v8::internal::wasm::WasmFunction::imported = false |
Definition at line 84 of file wasm-module.h.
| const FunctionSig* v8::internal::wasm::WasmFunction::sig = nullptr |
Definition at line 79 of file wasm-module.h.
| ModuleTypeIndex v8::internal::wasm::WasmFunction::sig_index {0} |
Definition at line 81 of file wasm-module.h.