Package kotlinx.wasm.jsinterop
Types
Platform and version requirements: Native (1.3)
Platform and version requirements: Native (1.3)
Platform and version requirements: Native (1.3)
open class JsArray : JsValue
Platform and version requirements: Native (1.3)
Platform and version requirements: Native (1.3)
typealias KtFunction<R> = (ArrayList<JsValue>) -> R
Platform and version requirements: Native (1.3)
Platform and version requirements: Native (1.3)
Properties
Platform and version requirements: Native (1.3)
const val upperWord: Long
Functions
Platform and version requirements: Native (1.3)
fun allocateArena(): Arena
Platform and version requirements: Native (1.3)
fun doubleLower(value: Double): Int
Platform and version requirements: Native (1.3)
fun doubleUpper(value: Double): Int
Platform and version requirements: Native (1.3)
fun freeArena(arena: Arena)
Platform and version requirements: Native (1.3)
fun getInt(
arena: Arena,
obj: Object,
propertyPtr: Pointer,
propertyLen: Int
): Int
Platform and version requirements: Native (1.3)
fun Konan_js_getProperty(
arena: Arena,
obj: Object,
propertyPtr: Pointer,
propertyLen: Int
): Int
Platform and version requirements: Native (1.3)
fun pushIntToArena(arena: Arena, value: Int)
Platform and version requirements: Native (1.3)
fun ReturnSlot_getDouble(): Double
Platform and version requirements: Native (1.3)
fun runLambda(
pointer: Int,
argumentsArena: Arena,
argumentsArenaSize: Int
): Int
Platform and version requirements: Native (1.3)
fun setFunction(
arena: Arena,
obj: Object,
propertyName: Pointer,
propertyLength: Int,
function: Int)
Platform and version requirements: Native (1.3)
fun setString(
arena: Arena,
obj: Object,
propertyName: Pointer,
propertyLength: Int,
stringPtr: Pointer,
stringLength: Int)
Platform and version requirements: Native (1.3)
fun setter(obj: JsValue, property: String, string: String)
fun setter(
obj: JsValue,
property: String,
lambda: KtFunction<Unit>)
Platform and version requirements: Native (1.3)
fun stringLengthBytes(message: String): Int
Platform and version requirements: Native (1.3)
fun stringPointer(message: String): Pointer
Platform and version requirements: Native (1.3)
fun <R> wrapFunction(func: KtFunction<R>): Int