Package-level declarations

Functions

Link copied to clipboard
fun Value.asByte(): Byte
Link copied to clipboard
fun Value.asInt(): Int
Link copied to clipboard
fun Value.asLong(): Long
Link copied to clipboard
fun Value.asShort(): Short
Link copied to clipboard
fun Value.asUInt(): <Error class: unknown class>
Link copied to clipboard
fun Value.asULong(): <Error class: unknown class>
Link copied to clipboard
fun Value.asWasmAddr(): WasmPtr
Link copied to clipboard
fun <S, E : ChasmError> ChasmResult<S, E>.orThrow(message: () -> String?? = null): S