kwasm.runtime.util

Kwasm.runtime.util

package kwasm.runtime.util

Classes

Name Description
class AddressIndex

Implementation of MutableList which allows for Address lookups using Index.ByIdentifier values.

class LocalIndex

Index to use in Activation frames for the local-values.

open class ObjectIndex

Index of arbitrary values of type T. Can be looked-up into by position, or by Index.

class TypeIndex

Implementation of MutableList which allows for lookups using Index.ByIdentifier values.

Methods

TypeIndex

fun TypeIndex(types: List<Type>): TypeIndex

Creates a TypeIndex from a list of Types.

Parameters

Name Description
types: List<Type>

ReturnValue

Name Description
TypeIndex