Package com.dylibso.chicory.wasm
Class WasmModule.Builder
java.lang.Object
com.dylibso.chicory.wasm.WasmModule.Builder
- Enclosing class:
WasmModule
-
Method Summary
Modifier and TypeMethodDescriptionaddCustomSection(String name, CustomSection cs) addIgnoredSection(int id) build()withValidation(boolean validate)
-
Method Details
-
setTypeSection
-
setImportSection
-
setFunctionSection
-
setTableSection
-
setMemorySection
-
setGlobalSection
-
setExportSection
-
setStartSection
-
setElementSection
-
setCodeSection
-
setDataSection
-
setDataCountSection
-
setTagSection
-
addCustomSection
-
addIgnoredSection
-
withValidation
-
build
-