Package com.dylibso.chicory.wasm.types
Class CustomSection
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.Section
-
- com.dylibso.chicory.wasm.types.CustomSection
-
- Direct Known Subclasses:
NameCustomSection,UnknownCustomSection
public abstract class CustomSection extends Section
A custom section of some kind.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCustomSection()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Stringname()
-
-
-
Method Detail
-
name
public abstract String name()
-
-