Uses of Class
com.dylibso.chicory.wasm.types.Section
-
Packages that use Section Package Description com.dylibso.chicory.wasm com.dylibso.chicory.wasm.types -
-
Uses of Section in com.dylibso.chicory.wasm
Methods in com.dylibso.chicory.wasm with parameters of type Section Modifier and Type Method Description voidParserListener. onSection(Section section) -
Uses of Section in com.dylibso.chicory.wasm.types
Subclasses of Section in com.dylibso.chicory.wasm.types Modifier and Type Class Description classCodeSectionclassCustomSectionA custom section of some kind.classDataSectionclassElementSectionclassExportSectionclassFunctionSectionclassGlobalSectionclassImportSectionclassMemorySectionclassNameCustomSectionThe "name" custom section.classStartSectionclassTableSectionclassTypeSectionclassUnknownCustomSectionA custom section which is unknown to the parser.
-