Package com.dylibso.chicory.wasm.types
Class SectionId
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.SectionId
-
public class SectionId extends Object
-
-
Constructor Summary
Constructors Constructor Description SectionId()
-
-
-
Field Detail
-
CUSTOM
public static final int CUSTOM
- See Also:
- Constant Field Values
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
IMPORT
public static final int IMPORT
- See Also:
- Constant Field Values
-
FUNCTION
public static final int FUNCTION
- See Also:
- Constant Field Values
-
TABLE
public static final int TABLE
- See Also:
- Constant Field Values
-
MEMORY
public static final int MEMORY
- See Also:
- Constant Field Values
-
GLOBAL
public static final int GLOBAL
- See Also:
- Constant Field Values
-
EXPORT
public static final int EXPORT
- See Also:
- Constant Field Values
-
START
public static final int START
- See Also:
- Constant Field Values
-
ELEMENT
public static final int ELEMENT
- See Also:
- Constant Field Values
-
CODE
public static final int CODE
- See Also:
- Constant Field Values
-
DATA
public static final int DATA
- See Also:
- Constant Field Values
-
DATA_COUNT
public static final int DATA_COUNT
- See Also:
- Constant Field Values
-
-