Package com.dylibso.chicory.wasm
Class WasmLimits
- java.lang.Object
-
- com.dylibso.chicory.wasm.WasmLimits
-
public class WasmLimits extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_ARRAY_NEW_FIXED_ARGSstatic intMAX_DATA_SEGMENTSstatic intMAX_EXCEPTIONSstatic intMAX_EXPORTSstatic intMAX_FUNCTION_LOCALSstatic intMAX_FUNCTION_PARAMSstatic intMAX_FUNCTION_RETURNSstatic intMAX_FUNCTION_SIZEstatic intMAX_FUNCTIONSstatic intMAX_GLOBALSstatic intMAX_IMPORTSstatic intMAX_MODULE_SIZEstatic intMAX_NUMBER_OF_RECURSION_GROUPSstatic intMAX_RECURSION_GROUP_COUNTstatic intMAX_STRING_SIZEstatic intMAX_STRUCT_FIELD_COUNTstatic intMAX_SUBTYPE_DEPTHstatic intMAX_SUBTYPE_SUPERTYPE_COUNTstatic intMAX_TABLE_ENTRIESstatic intMAX_TABLESstatic intMAX_TYPES
-
Constructor Summary
Constructors Constructor Description WasmLimits()
-
-
-
Field Detail
-
MAX_TYPES
public static final int MAX_TYPES
- See Also:
- Constant Field Values
-
MAX_FUNCTIONS
public static final int MAX_FUNCTIONS
- See Also:
- Constant Field Values
-
MAX_IMPORTS
public static final int MAX_IMPORTS
- See Also:
- Constant Field Values
-
MAX_EXPORTS
public static final int MAX_EXPORTS
- See Also:
- Constant Field Values
-
MAX_EXCEPTIONS
public static final int MAX_EXCEPTIONS
- See Also:
- Constant Field Values
-
MAX_GLOBALS
public static final int MAX_GLOBALS
- See Also:
- Constant Field Values
-
MAX_DATA_SEGMENTS
public static final int MAX_DATA_SEGMENTS
- See Also:
- Constant Field Values
-
MAX_STRUCT_FIELD_COUNT
public static final int MAX_STRUCT_FIELD_COUNT
- See Also:
- Constant Field Values
-
MAX_ARRAY_NEW_FIXED_ARGS
public static final int MAX_ARRAY_NEW_FIXED_ARGS
- See Also:
- Constant Field Values
-
MAX_RECURSION_GROUP_COUNT
public static final int MAX_RECURSION_GROUP_COUNT
- See Also:
- Constant Field Values
-
MAX_NUMBER_OF_RECURSION_GROUPS
public static final int MAX_NUMBER_OF_RECURSION_GROUPS
- See Also:
- Constant Field Values
-
MAX_SUBTYPE_SUPERTYPE_COUNT
public static final int MAX_SUBTYPE_SUPERTYPE_COUNT
- See Also:
- Constant Field Values
-
MAX_SUBTYPE_DEPTH
public static final int MAX_SUBTYPE_DEPTH
- See Also:
- Constant Field Values
-
MAX_STRING_SIZE
public static final int MAX_STRING_SIZE
- See Also:
- Constant Field Values
-
MAX_MODULE_SIZE
public static final int MAX_MODULE_SIZE
- See Also:
- Constant Field Values
-
MAX_FUNCTION_SIZE
public static final int MAX_FUNCTION_SIZE
- See Also:
- Constant Field Values
-
MAX_FUNCTION_LOCALS
public static final int MAX_FUNCTION_LOCALS
- See Also:
- Constant Field Values
-
MAX_FUNCTION_PARAMS
public static final int MAX_FUNCTION_PARAMS
- See Also:
- Constant Field Values
-
MAX_FUNCTION_RETURNS
public static final int MAX_FUNCTION_RETURNS
- See Also:
- Constant Field Values
-
MAX_TABLE_ENTRIES
public static final int MAX_TABLE_ENTRIES
- See Also:
- Constant Field Values
-
MAX_TABLES
public static final int MAX_TABLES
- See Also:
- Constant Field Values
-
-