java.lang.Object
com.dylibso.chicory.wasm.Parser.Builder
- Enclosing class:
Parser
-
Method Summary
Modifier and TypeMethodDescriptionbuild()includeSectionId(int sectionId) withCustomParsers(Map<String, Function<byte[], CustomSection>> customParsers)
-
Method Details
-
includeSectionId
- Parameters:
sectionId- : the sectionId to be included while parsing, e.g. SectionId.MEMORY
-
withCustomParsers
-
build
-