Namespaces
WebAssembly
The WebAssembly
JavaScript object acts as the namespace for all
WebAssembly-related functionality.
Unlike most other global objects, WebAssembly
is not a constructor (it is not a function object).
See
https://developer.mozilla.org/docs/WebAssembly
Index
Classes
Class | Description |
---|---|
CompileError | - |
Global | MDN Reference |
Instance | MDN Reference |
LinkError | - |
Memory | MDN Reference |
Module | MDN Reference |
RuntimeError | - |
Table | MDN Reference |
Interfaces
Interface | Description |
---|---|
GlobalDescriptor | - |
MemoryDescriptor | - |
ModuleExportDescriptor | - |
ModuleImportDescriptor | - |
TableDescriptor | - |
ValueTypeMap | - |
WebAssemblyInstantiatedSource | - |
Type Aliases
Type alias | Description |
---|---|
Exports | - |
ExportValue | - |
ImportExportKind | - |
Imports | - |
ImportValue | - |
ModuleImports | - |
TableKind | - |
ValueType | - |