|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include <wasm-module.h>
| Public Attributes | |
| WireBytesRef | name | 
| ImportExportKindCode | kind | 
| uint32_t | index = 0 | 
Definition at line 291 of file wasm-module.h.
| uint32_t v8::internal::wasm::WasmExport::index = 0 | 
Definition at line 294 of file wasm-module.h.
| ImportExportKindCode v8::internal::wasm::WasmExport::kind | 
Definition at line 293 of file wasm-module.h.
| WireBytesRef v8::internal::wasm::WasmExport::name | 
Definition at line 292 of file wasm-module.h.