Package-level declarations

Functions

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