| Class | Description |
|---|---|
| JSWebAssembly | |
| JSWebAssemblyGlobal | |
| JSWebAssemblyGlobalObject | |
| JSWebAssemblyInstance | |
| JSWebAssemblyInstanceObject | |
| JSWebAssemblyMemory | |
| JSWebAssemblyMemoryGrowCallback |
Represents a callback that is invoked when the memory grow function is called inside WebAssembly.
|
| JSWebAssemblyMemoryNotifyCallback |
Represents a callback that is invoked when the memory.atomic.notify instruction executes in
WebAssembly.
|
| JSWebAssemblyMemoryObject | |
| JSWebAssemblyMemoryWaitCallback |
Represents a callback that is invoked when the memory.atomic.waitN instruction executes in
WebAssembly.
|
| JSWebAssemblyModule | |
| JSWebAssemblyModuleObject | |
| JSWebAssemblyTable | |
| JSWebAssemblyTableObject | |
| JSWebAssemblyValueTypes |
Represents the value types used in WebAssembly and provides some methods to check their string
representations.
|
| WebAssemblyHostFunction |
WebAssembly host function (imported JS function).
|