Uses of Enum
com.dylibso.chicory.wasm.types.ValueType
Packages that use ValueType
-
Uses of ValueType in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return ValueTypeModifier and TypeMethodDescriptionstatic ValueTypeValueType.forId(int id) Deprecated.static ValueTypeValueType.refTypeForId(int id) Deprecated.static ValueTypeDeprecated.Returns the enum constant of this type with the specified name.static ValueType[]ValueType.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.dylibso.chicory.wasm.types with type arguments of type ValueTypeConstructors in com.dylibso.chicory.wasm.types with parameters of type ValueTypeModifierConstructorDescriptionGlobal(ValueType valueType, MutabilityType mutabilityType, List<Instruction> init) Deprecated.GlobalImport(String moduleName, String name, MutabilityType mutabilityType, ValueType type) Deprecated.Table(ValueType elementType, TableLimits limits) Deprecated.TableImport(String moduleName, String name, ValueType entryType, TableLimits limits) Deprecated.Deprecated.
Global(ValType, MutabilityType, List)