Uses of Class
com.dylibso.chicory.wasm.types.CustomSection
Packages that use CustomSection
-
Uses of CustomSection in com.dylibso.chicory.wasm
Methods in com.dylibso.chicory.wasm that return CustomSectionMethods in com.dylibso.chicory.wasm that return types with arguments of type CustomSectionMethods in com.dylibso.chicory.wasm with parameters of type CustomSectionModifier and TypeMethodDescriptionWasmModule.Builder.addCustomSection(String name, CustomSection cs) Method parameters in com.dylibso.chicory.wasm with type arguments of type CustomSectionModifier and TypeMethodDescriptionParser.Builder.withCustomParsers(Map<String, Function<byte[], CustomSection>> customParsers) -
Uses of CustomSection in com.dylibso.chicory.wasm.types
Subclasses of CustomSection in com.dylibso.chicory.wasm.typesModifier and TypeClassDescriptionfinal classThe "name" custom section.final classA custom section which is unknown to the parser.