Package com.dylibso.chicory.wasm.types
Class CodeSection.Builder
java.lang.Object
com.dylibso.chicory.wasm.types.CodeSection.Builder
- Enclosing class:
CodeSection
-
Method Summary
Modifier and TypeMethodDescriptionaddFunctionBody(FunctionBody functionBody) Add a function body to this section.build()setRequiresDataCount(boolean requiresDataCount)
-
Method Details
-
addFunctionBody
Add a function body to this section.- Parameters:
functionBody- the function body to add to this section (must not benull)- Returns:
- the Builder
-
setRequiresDataCount
-
build
-