Uses of Class
com.dylibso.chicory.wasm.types.CustomSection
-
Packages that use CustomSection Package Description com.dylibso.chicory.wasm com.dylibso.chicory.wasm.types -
-
Uses of CustomSection in com.dylibso.chicory.wasm
Methods in com.dylibso.chicory.wasm that return CustomSection Modifier and Type Method Description CustomSectionModule. customSection(String name)Methods in com.dylibso.chicory.wasm that return types with arguments of type CustomSection Modifier and Type Method Description List<CustomSection>Module. customSections()Methods in com.dylibso.chicory.wasm with parameters of type CustomSection Modifier and Type Method Description voidModule. addCustomSection(CustomSection customSection)Constructor parameters in com.dylibso.chicory.wasm with type arguments of type CustomSection Constructor Description Parser(Logger logger, BitSet includeSections, Map<String,Function<byte[],CustomSection>> customParsers) -
Uses of CustomSection in com.dylibso.chicory.wasm.types
Subclasses of CustomSection in com.dylibso.chicory.wasm.types Modifier and Type Class Description classNameCustomSectionThe "name" custom section.classUnknownCustomSectionA custom section which is unknown to the parser.
-