Package com.dylibso.chicory.wasm.types
Class Export
java.lang.Object
com.dylibso.chicory.wasm.types.Export
An exported definition.
See Exports for reference.
-
Constructor Details
-
Export
Construct a new instance. The index is interpreted according totype.- Parameters:
name- the export name (must not benull)index- the index of the definition to exportexportType- the export type (must not benull)
-
-
Method Details