Package com.dylibso.chicory.wasm.types
Class ImportSection.Builder
java.lang.Object
com.dylibso.chicory.wasm.types.ImportSection.Builder
- Enclosing class:
ImportSection
-
Method Summary
-
Method Details
-
addImport
Add an import definition to this section.- Parameters:
import_- the import to add to this section (must not benull)- Returns:
- the Builder
-
build
-