Kwasm.validation.instruction.memory
package kwasm.validation.instruction.memory
Classes
Name | Description |
---|---|
object GrowValidator
|
Validator of MemoryInstruction.Grow nodes. From the docs:
|
object LoadFloatValidator
|
Validator of MemoryInstruction.LoadFloat nodes. From the docs:
|
object LoadIntValidator
|
Validator of MemoryInstruction.LoadInt nodes. From the docs:
|
object SizeValidator
|
Validator of MemoryInstruction.Size nodes. From the docs:
|
object StoreFloatValidator
|
Validator of MemoryInstruction.StoreFloat nodes. From the docs:
|
object StoreIntValidator
|
Validator of MemoryInstruction.StoreInt nodes. From the docs:
|