Package com.dylibso.chicory.wasm.types
Class FunctionSection.Builder
java.lang.Object
com.dylibso.chicory.wasm.types.FunctionSection.Builder
- Enclosing class:
FunctionSection
-
Method Summary
Modifier and TypeMethodDescriptionaddFunctionType(int typeIndex) Add a function type index to this section.build()
-
Method Details
-
addFunctionType
Add a function type index to this section.- Parameters:
typeIndex- the type index to add (should be a valid index into the type section)- Returns:
- the Builder
-
build
-