Package com.dylibso.chicory.wasm.types
Class ExportDesc
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.ExportDesc
-
public class ExportDesc extends Object
-
-
Constructor Summary
Constructors Constructor Description ExportDesc(long index, ExportDescType type)
-
-
-
Constructor Detail
-
ExportDesc
public ExportDesc(long index, ExportDescType type)
-
-
Method Detail
-
index
public long index()
-
type
public ExportDescType type()
-
-