Package com.dylibso.chicory.wasm.types
Class UnknownCustomSection
java.lang.Object
com.dylibso.chicory.wasm.types.Section
com.dylibso.chicory.wasm.types.CustomSection
com.dylibso.chicory.wasm.types.UnknownCustomSection
A custom section which is unknown to the parser.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic UnknownCustomSection.Builderbuilder()byte[]bytes()name()
-
Method Details
-
name
- Specified by:
namein classCustomSection
-
bytes
public byte[] bytes() -
builder
-