Package com.dylibso.chicory.wasm
Class Module
- java.lang.Object
-
- com.dylibso.chicory.wasm.Module
-
public class Module extends Object
-
-
Constructor Summary
Constructors Constructor Description Module()
-
Method Summary
-
-
-
Method Detail
-
setTypeSection
public void setTypeSection(TypeSection typeSection)
-
setFunctionSection
public void setFunctionSection(FunctionSection functionSection)
-
setExportSection
public void setExportSection(ExportSection exportSection)
-
typeSection
public TypeSection typeSection()
-
functionSection
public FunctionSection functionSection()
-
exportSection
public ExportSection exportSection()
-
startSection
public StartSection startSection()
-
importSection
public ImportSection importSection()
-
setStartSection
public void setStartSection(StartSection startSection)
-
setImportSection
public void setImportSection(ImportSection importSection)
-
codeSection
public CodeSection codeSection()
-
setCodeSection
public void setCodeSection(CodeSection codeSection)
-
setDataSection
public void setDataSection(DataSection dataSection)
-
setDataCountSection
public void setDataCountSection(DataCountSection dataCountSection)
-
dataSection
public DataSection dataSection()
-
dataCountSection
public DataCountSection dataCountSection()
-
memorySection
public MemorySection memorySection()
-
setMemorySection
public void setMemorySection(MemorySection memorySection)
-
globalSection
public GlobalSection globalSection()
-
setGlobalSection
public void setGlobalSection(GlobalSection globalSection)
-
tableSection
public TableSection tableSection()
-
setTableSection
public void setTableSection(TableSection tableSection)
-
addCustomSection
public void addCustomSection(CustomSection customSection)
-
customSections
public List<CustomSection> customSections()
-
customSection
public CustomSection customSection(String name)
-
nameSection
public NameCustomSection nameSection()
-
elementSection
public ElementSection elementSection()
-
setElementSection
public void setElementSection(ElementSection elementSection)
-
-