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 Details

    • id

      int id
    • type

      AnyType type
    • mutability

      boolean mutability
  • Constructor Details

    • Global

      Global()
  • Method Details