Package com.dylibso.chicory.wasm.types
Class GlobalSection
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.Section
-
- com.dylibso.chicory.wasm.types.GlobalSection
-
public class GlobalSection extends Section
-
-
Constructor Summary
Constructors Constructor Description GlobalSection(Global[] globals)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalgetGlobal(int idx)intglobalCount()Global[]globals()
-