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. |
Creates a TypeIndex from a list of Types.