Package com.dylibso.chicory.wasm.types
Class TypeSection.Builder
java.lang.Object
com.dylibso.chicory.wasm.types.TypeSection.Builder
- Enclosing class:
TypeSection
-
Method Summary
Modifier and TypeMethodDescriptionaddFunctionType(FunctionType functionType) Add a function type definition to this section.build()
-
Method Details
-
addFunctionType
Add a function type definition to this section.- Parameters:
functionType- the function type to add to this section (must not benull)- Returns:
- the Builder
-
build
-