Uses of Class
com.dylibso.chicory.wasm.types.Export
-
Packages that use Export Package Description com.dylibso.chicory.wasm.types -
-
Uses of Export in com.dylibso.chicory.wasm.types
Methods in com.dylibso.chicory.wasm.types that return Export Modifier and Type Method Description ExportExportSection. getExport(int idx)Methods in com.dylibso.chicory.wasm.types with parameters of type Export Modifier and Type Method Description intExportSection. addExport(Export export)Add an export definition to this section.booleanExport. equals(Export other)
-