Class Global
- java.lang.Object
-
- de.inetsoftware.jwebassembly.binary.SectionEntry
-
- de.inetsoftware.jwebassembly.binary.Global
-
class Global extends SectionEntry
An entry in the global section of the WebAssembly.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intid(package private) booleanmutability(package private) AnyTypetype
-
Constructor Summary
Constructors Constructor Description Global()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidwriteSectionEntry(WasmOutputStream stream)Write this single entry to a section
-
-
-
Field Detail
-
id
int id
-
type
AnyType type
-
mutability
boolean mutability
-
-
Method Detail
-
writeSectionEntry
void writeSectionEntry(WasmOutputStream stream) throws java.io.IOException
Write this single entry to a section- Specified by:
writeSectionEntryin classSectionEntry- Parameters:
stream- the target- Throws:
java.io.IOException- if any I/O error occur
-
-