@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="WebAssembly.Instance")
public class Instance
extends java.lang.Object
| Constructor and Description |
|---|
Instance(Module module) |
Instance(Module module,
java.lang.Object importObject) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
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.
|
public Instance(@Nonnull
Module module,
@Nonnull
java.lang.Object importObject)
public Instance(@Nonnull
Module module)
@JsProperty(name="exports") @Nonnull public java.lang.Object exports()