Package com.dylibso.chicory.wasm.types
Class Global
java.lang.Object
com.dylibso.chicory.wasm.types.Global
The definition of a global variable in the model of a module.
-
Constructor Summary
ConstructorsConstructorDescriptionGlobal(ValueType valueType, MutabilityType mutabilityType, List<Instruction> init) -
Method Summary