Package kotlinx.wasm.jsinterop
Types
Arena
typealias Arena = IntArenaManager
object ArenaManagerJsValue
open class JsValueObject
typealias Object = IntPointer
typealias Pointer = IntProperties
upperWord
const val upperWord: LongFunctions
allocateArena
fun allocateArena(): ArenadoubleLower
fun doubleLower(value: Double): IntdoubleUpper
fun doubleUpper(value: Double): IntpushIntToArena
fun pushIntToArena(arena: Arena, value: Int)ReturnSlot_getDouble
fun ReturnSlot_getDouble(): Doublesetter
fun setter(obj: JsValue, property: String, string: String)fun setter(
obj: JsValue,
property: String,
lambda: KtFunction<Unit>)stringLengthBytes
fun stringLengthBytes(message: String): IntstringPointer
fun stringPointer(message: String): PointerwrapFunction
fun <R> wrapFunction(func: KtFunction<R>): Int