public final class JSWebAssembly extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.oracle.truffle.api.strings.TruffleString |
CLASS_NAME |
static com.oracle.truffle.api.object.HiddenKey |
FUNCTION_ADDRESS |
| Modifier and Type | Method and Description |
|---|---|
static JSObject |
create(JSRealm realm) |
static Object |
getEmbedderData(JSRealm realm,
Object wasmEntity) |
static Object |
getExportedFunction(JSDynamicObject function) |
static boolean |
isExportedFunction(Object function) |
static void |
setEmbedderData(JSRealm realm,
Object wasmEntity,
Object data) |
public static final com.oracle.truffle.api.strings.TruffleString CLASS_NAME
public static final com.oracle.truffle.api.object.HiddenKey FUNCTION_ADDRESS
public static boolean isExportedFunction(Object function)
public static Object getExportedFunction(JSDynamicObject function)