@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="WebAssembly.Instance")
public class Instance
extends JsObject
| Constructor and Description |
|---|
Instance(Module module) |
Instance(Module module,
JsObject importObject) |
| Modifier and Type | Method and Description |
|---|---|
JsObject |
exports()
The exports readonly property of the WebAssembly.Instance object prototype returns an object containing as its members all the functions exported from the WebAssembly module instance, to allow them to be accessed and used by JavaScript.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic Instance(@Nonnull
Module module)
@JsProperty(name="exports") @Nonnull public JsObject exports()