java.lang.Object
com.dylibso.chicory.wasm.types.Global
The definition of a global variable in the model of a module.
-
Constructor Summary
ConstructorsConstructorDescriptionGlobal(ValType valType, MutabilityType mutabilityType, List<Instruction> init) Global(ValueType valueType, MutabilityType mutabilityType, List<Instruction> init) Deprecated. -
Method Summary
-
Constructor Details
-
Global
-
Global
@Deprecated(since="1.3.0") public Global(ValueType valueType, MutabilityType mutabilityType, List<Instruction> init) Deprecated.
-
-
Method Details
Global(ValType, MutabilityType, List)