Interface InstructionOpcodes
-
- All Known Implementing Classes:
BinaryModuleWriter
interface InstructionOpcodes
Instruction opcodes of the binary WebAssembly format. Details can be found at: https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARRAY_GET
static int
ARRAY_GET_S
static int
ARRAY_GET_U
static int
ARRAY_LEN
static int
ARRAY_NEW
static int
ARRAY_NEW_DEFAULT
static int
ARRAY_SET
static int
BLOCK
static int
BR
Break a block/loop
sequence: BR {call deep}
call deep: How many blocks are break.static int
BR_IF
static int
BR_ON_EXN
static int
BR_ON_NULL
converts a nullable reference to a non-nullable one or branches if nullstatic int
BR_TABLE
- br_table - target_count - count of entries in the table - target_table - levels of block breaks - default_target - levels of block breaks for default valuestatic int
CALL
static int
CALL_INDIRECT
static int
CALL_REF
calling a function through a refstatic int
CATCH
static int
DROP
static int
ELSE
static int
END
static int
F32_ABS
static int
F32_ADD
static int
F32_CEIL
static int
F32_CONST
static int
F32_CONVERT_I32_S
static int
F32_CONVERT_I32_U
static int
F32_CONVERT_I64_S
static int
F32_CONVERT_I64_U
static int
F32_COPYSIGN
static int
F32_DEMOTE_F64
static int
F32_DIV
static int
F32_EQ
static int
F32_FLOOR
static int
F32_GE
static int
F32_GT
static int
F32_LE
static int
F32_LOAD
static int
F32_LT
static int
F32_MAX
static int
F32_MIN
static int
F32_MUL
static int
F32_NE
static int
F32_NEAREST
static int
F32_NEG
static int
F32_REINTERPRET_I32
static int
F32_SQRT
static int
F32_STORE
static int
F32_SUB
static int
F32_TRUNC
static int
F64_ABS
static int
F64_ADD
static int
F64_CEIL
static int
F64_CONST
static int
F64_CONVERT_I32_S
static int
F64_CONVERT_I32_U
static int
F64_CONVERT_I64_S
static int
F64_CONVERT_I64_U
static int
F64_COPYSIGN
static int
F64_DIV
static int
F64_EQ
static int
F64_FLOOR
static int
F64_GE
static int
F64_GT
static int
F64_LE
static int
F64_LOAD
static int
F64_LT
static int
F64_MAX
static int
F64_MIN
static int
F64_MUL
static int
F64_NE
static int
F64_NEAREST
static int
F64_NEG
static int
F64_PROMOTE_F32
static int
F64_REINTERPRET_I64
static int
F64_SQRT
static int
F64_STORE
static int
F64_SUB
static int
F64_TRUNC
static int
FUNC_BIND
create a closurestatic int
GLOBAL_GET
static int
GLOBAL_SET
static int
I32_ADD
static int
I32_AND
static int
I32_CLZ
static int
I32_CONST
static int
I32_CTZ
static int
I32_DIV_S
static int
I32_DIV_U
static int
I32_EQ
static int
I32_EQZ
static int
I32_EXTEND16_S
static int
I32_EXTEND8_S
static int
I32_GE_S
static int
I32_GE_U
static int
I32_GT_S
static int
I32_GT_U
static int
I32_LE_S
static int
I32_LE_U
static int
I32_LOAD
static int
I32_LOAD16_S
static int
I32_LOAD16_U
static int
I32_LOAD8_S
static int
I32_LOAD8_U
static int
I32_LT_S
static int
I32_LT_U
static int
I32_MUL
static int
I32_NE
static int
I32_OR
static int
I32_POPCNT
static int
I32_REINTERPRET_F32
static int
I32_REM_S
static int
I32_REM_U
static int
I32_ROTL
static int
I32_ROTR
static int
I32_SHL
static int
I32_SHR_S
static int
I32_SHR_U
static int
I32_STORE
static int
I32_STORE16
static int
I32_STORE8
static int
I32_SUB
static int
I32_TRUNC_F32_S
static int
I32_TRUNC_F32_U
static int
I32_TRUNC_F64_S
static int
I32_TRUNC_F64_U
static int
I32_TRUNC_SAT_F32_S
static int
I32_TRUNC_SAT_F32_U
static int
I32_TRUNC_SAT_F64_S
static int
I32_TRUNC_SAT_F64_U
static int
I32_WRAP_I64
static int
I32_XOR
static int
I54_STORE16
static int
I54_STORE32
static int
I54_STORE8
static int
I64_ADD
static int
I64_AND
static int
I64_CLZ
static int
I64_CONST
static int
I64_CTZ
static int
I64_DIV_S
static int
I64_DIV_U
static int
I64_EQ
static int
I64_EQZ
static int
I64_EXTEND_I32_S
static int
I64_EXTEND_I32_U
static int
I64_EXTEND16_S
static int
I64_EXTEND32_S
static int
I64_EXTEND8_S
static int
I64_GE_S
static int
I64_GE_U
static int
I64_GT_S
static int
I64_GT_U
static int
I64_LE_S
static int
I64_LE_U
static int
I64_LOAD
static int
I64_LOAD16_S
static int
I64_LOAD16_U
static int
I64_LOAD32_S
static int
I64_LOAD32_U
static int
I64_LOAD8_S
static int
I64_LOAD8_U
static int
I64_LT_S
static int
I64_LT_U
static int
I64_MUL
static int
I64_NE
static int
I64_OR
static int
I64_POPCNT
static int
I64_REINTERPRET_F64
static int
I64_REM_S
static int
I64_REM_U
static int
I64_ROTL
static int
I64_ROTR
static int
I64_SHL
static int
I64_SHR_S
static int
I64_SHR_U
static int
I64_STORE
static int
I64_SUB
static int
I64_TRUNC_F32_S
static int
I64_TRUNC_F32_U
static int
I64_TRUNC_F64_S
static int
I64_TRUNC_F64_U
static int
I64_TRUNC_SAT_F32_S
static int
I64_TRUNC_SAT_F32_U
static int
I64_TRUNC_SAT_F64_S
static int
I64_TRUNC_SAT_F64_U
static int
I64_XOR
static int
IF
If the value on the stack is true then the if block is executed.static int
LET
locals with block scope, in order to handle reference types without default initialisation valuesstatic int
LOCAL_GET
static int
LOCAL_SET
static int
LOCAL_TEE
static int
LOOP
static int
MEMORY_GROW
static int
MEMORY_SIZE
static int
NOP
static int
REF_AS_NON_NULL
converts a nullable reference to a non-nullable one or traps if nullstatic int
REF_CAST
static int
REF_EQ
static int
REF_ISNULL
static int
REF_NULL
static int
RETHROW
static int
RETURN
static int
RETURN_CALL
static int
RETURN_CALL_INDIRECT
static int
RETURN_CALL_REF
tail calling a function through a refstatic int
RTT_CANON
static int
SELECT
select one of two values based on conditionstatic int
STRUCT_GET
static int
STRUCT_NEW
static int
STRUCT_NEW_DEFAULT
static int
STRUCT_SET
static int
TABLE_FILL
static int
TABLE_GET
static int
TABLE_GROW
static int
TABLE_SET
static int
TABLE_SIZE
static int
THROW
static int
TRY
static int
UNREACHABLE
-
-
-
Field Detail
-
UNREACHABLE
static final int UNREACHABLE
- See Also:
- Constant Field Values
-
NOP
static final int NOP
- See Also:
- Constant Field Values
-
BLOCK
static final int BLOCK
- See Also:
- Constant Field Values
-
LOOP
static final int LOOP
- See Also:
- Constant Field Values
-
IF
static final int IF
If the value on the stack is true then the if block is executed.
sequence: IF {return type}
return type: can be void (0x40)
stack: remove one i32 value and compare it with 0- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
- See Also:
- Constant Field Values
-
TRY
static final int TRY
- See Also:
- Constant Field Values
-
CATCH
static final int CATCH
- See Also:
- Constant Field Values
-
THROW
static final int THROW
- See Also:
- Constant Field Values
-
RETHROW
static final int RETHROW
- See Also:
- Constant Field Values
-
BR_ON_EXN
static final int BR_ON_EXN
- See Also:
- Constant Field Values
-
END
static final int END
- See Also:
- Constant Field Values
-
BR
static final int BR
Break a block/loop
sequence: BR {call deep}
call deep: How many blocks are break. 0 means the current block
stack: no change- See Also:
- Constant Field Values
-
BR_IF
static final int BR_IF
- See Also:
- Constant Field Values
-
BR_TABLE
static final int BR_TABLE
- br_table - target_count - count of entries in the table - target_table - levels of block breaks - default_target - levels of block breaks for default value- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
- See Also:
- Constant Field Values
-
CALL
static final int CALL
- See Also:
- Constant Field Values
-
CALL_INDIRECT
static final int CALL_INDIRECT
- See Also:
- Constant Field Values
-
RETURN_CALL
static final int RETURN_CALL
- See Also:
- Constant Field Values
-
RETURN_CALL_INDIRECT
static final int RETURN_CALL_INDIRECT
- See Also:
- Constant Field Values
-
CALL_REF
static final int CALL_REF
calling a function through a ref- See Also:
- Constant Field Values
-
RETURN_CALL_REF
static final int RETURN_CALL_REF
tail calling a function through a ref- See Also:
- Constant Field Values
-
FUNC_BIND
static final int FUNC_BIND
create a closure- See Also:
- Constant Field Values
-
LET
static final int LET
locals with block scope, in order to handle reference types without default initialisation values- See Also:
- Constant Field Values
-
DROP
static final int DROP
- See Also:
- Constant Field Values
-
SELECT
static final int SELECT
select one of two values based on condition- See Also:
- Constant Field Values
-
LOCAL_GET
static final int LOCAL_GET
- See Also:
- Constant Field Values
-
LOCAL_SET
static final int LOCAL_SET
- See Also:
- Constant Field Values
-
LOCAL_TEE
static final int LOCAL_TEE
- See Also:
- Constant Field Values
-
GLOBAL_GET
static final int GLOBAL_GET
- See Also:
- Constant Field Values
-
GLOBAL_SET
static final int GLOBAL_SET
- See Also:
- Constant Field Values
-
TABLE_GET
static final int TABLE_GET
- See Also:
- Constant Field Values
-
TABLE_SET
static final int TABLE_SET
- See Also:
- Constant Field Values
-
I32_LOAD
static final int I32_LOAD
- See Also:
- Constant Field Values
-
I64_LOAD
static final int I64_LOAD
- See Also:
- Constant Field Values
-
F32_LOAD
static final int F32_LOAD
- See Also:
- Constant Field Values
-
F64_LOAD
static final int F64_LOAD
- See Also:
- Constant Field Values
-
I32_LOAD8_S
static final int I32_LOAD8_S
- See Also:
- Constant Field Values
-
I32_LOAD8_U
static final int I32_LOAD8_U
- See Also:
- Constant Field Values
-
I32_LOAD16_S
static final int I32_LOAD16_S
- See Also:
- Constant Field Values
-
I32_LOAD16_U
static final int I32_LOAD16_U
- See Also:
- Constant Field Values
-
I64_LOAD8_S
static final int I64_LOAD8_S
- See Also:
- Constant Field Values
-
I64_LOAD8_U
static final int I64_LOAD8_U
- See Also:
- Constant Field Values
-
I64_LOAD16_S
static final int I64_LOAD16_S
- See Also:
- Constant Field Values
-
I64_LOAD16_U
static final int I64_LOAD16_U
- See Also:
- Constant Field Values
-
I64_LOAD32_S
static final int I64_LOAD32_S
- See Also:
- Constant Field Values
-
I64_LOAD32_U
static final int I64_LOAD32_U
- See Also:
- Constant Field Values
-
I32_STORE
static final int I32_STORE
- See Also:
- Constant Field Values
-
I64_STORE
static final int I64_STORE
- See Also:
- Constant Field Values
-
F32_STORE
static final int F32_STORE
- See Also:
- Constant Field Values
-
F64_STORE
static final int F64_STORE
- See Also:
- Constant Field Values
-
I32_STORE8
static final int I32_STORE8
- See Also:
- Constant Field Values
-
I32_STORE16
static final int I32_STORE16
- See Also:
- Constant Field Values
-
I54_STORE8
static final int I54_STORE8
- See Also:
- Constant Field Values
-
I54_STORE16
static final int I54_STORE16
- See Also:
- Constant Field Values
-
I54_STORE32
static final int I54_STORE32
- See Also:
- Constant Field Values
-
MEMORY_SIZE
static final int MEMORY_SIZE
- See Also:
- Constant Field Values
-
MEMORY_GROW
static final int MEMORY_GROW
- See Also:
- Constant Field Values
-
I32_CONST
static final int I32_CONST
- See Also:
- Constant Field Values
-
I64_CONST
static final int I64_CONST
- See Also:
- Constant Field Values
-
F32_CONST
static final int F32_CONST
- See Also:
- Constant Field Values
-
F64_CONST
static final int F64_CONST
- See Also:
- Constant Field Values
-
I32_EQZ
static final int I32_EQZ
- See Also:
- Constant Field Values
-
I32_EQ
static final int I32_EQ
- See Also:
- Constant Field Values
-
I32_NE
static final int I32_NE
- See Also:
- Constant Field Values
-
I32_LT_S
static final int I32_LT_S
- See Also:
- Constant Field Values
-
I32_LT_U
static final int I32_LT_U
- See Also:
- Constant Field Values
-
I32_GT_S
static final int I32_GT_S
- See Also:
- Constant Field Values
-
I32_GT_U
static final int I32_GT_U
- See Also:
- Constant Field Values
-
I32_LE_S
static final int I32_LE_S
- See Also:
- Constant Field Values
-
I32_LE_U
static final int I32_LE_U
- See Also:
- Constant Field Values
-
I32_GE_S
static final int I32_GE_S
- See Also:
- Constant Field Values
-
I32_GE_U
static final int I32_GE_U
- See Also:
- Constant Field Values
-
I64_EQZ
static final int I64_EQZ
- See Also:
- Constant Field Values
-
I64_EQ
static final int I64_EQ
- See Also:
- Constant Field Values
-
I64_NE
static final int I64_NE
- See Also:
- Constant Field Values
-
I64_LT_S
static final int I64_LT_S
- See Also:
- Constant Field Values
-
I64_LT_U
static final int I64_LT_U
- See Also:
- Constant Field Values
-
I64_GT_S
static final int I64_GT_S
- See Also:
- Constant Field Values
-
I64_GT_U
static final int I64_GT_U
- See Also:
- Constant Field Values
-
I64_LE_S
static final int I64_LE_S
- See Also:
- Constant Field Values
-
I64_LE_U
static final int I64_LE_U
- See Also:
- Constant Field Values
-
I64_GE_S
static final int I64_GE_S
- See Also:
- Constant Field Values
-
I64_GE_U
static final int I64_GE_U
- See Also:
- Constant Field Values
-
F32_EQ
static final int F32_EQ
- See Also:
- Constant Field Values
-
F32_NE
static final int F32_NE
- See Also:
- Constant Field Values
-
F32_LT
static final int F32_LT
- See Also:
- Constant Field Values
-
F32_GT
static final int F32_GT
- See Also:
- Constant Field Values
-
F32_LE
static final int F32_LE
- See Also:
- Constant Field Values
-
F32_GE
static final int F32_GE
- See Also:
- Constant Field Values
-
F64_EQ
static final int F64_EQ
- See Also:
- Constant Field Values
-
F64_NE
static final int F64_NE
- See Also:
- Constant Field Values
-
F64_LT
static final int F64_LT
- See Also:
- Constant Field Values
-
F64_GT
static final int F64_GT
- See Also:
- Constant Field Values
-
F64_LE
static final int F64_LE
- See Also:
- Constant Field Values
-
F64_GE
static final int F64_GE
- See Also:
- Constant Field Values
-
I32_CLZ
static final int I32_CLZ
- See Also:
- Constant Field Values
-
I32_CTZ
static final int I32_CTZ
- See Also:
- Constant Field Values
-
I32_POPCNT
static final int I32_POPCNT
- See Also:
- Constant Field Values
-
I32_ADD
static final int I32_ADD
- See Also:
- Constant Field Values
-
I32_SUB
static final int I32_SUB
- See Also:
- Constant Field Values
-
I32_MUL
static final int I32_MUL
- See Also:
- Constant Field Values
-
I32_DIV_S
static final int I32_DIV_S
- See Also:
- Constant Field Values
-
I32_DIV_U
static final int I32_DIV_U
- See Also:
- Constant Field Values
-
I32_REM_S
static final int I32_REM_S
- See Also:
- Constant Field Values
-
I32_REM_U
static final int I32_REM_U
- See Also:
- Constant Field Values
-
I32_AND
static final int I32_AND
- See Also:
- Constant Field Values
-
I32_OR
static final int I32_OR
- See Also:
- Constant Field Values
-
I32_XOR
static final int I32_XOR
- See Also:
- Constant Field Values
-
I32_SHL
static final int I32_SHL
- See Also:
- Constant Field Values
-
I32_SHR_S
static final int I32_SHR_S
- See Also:
- Constant Field Values
-
I32_SHR_U
static final int I32_SHR_U
- See Also:
- Constant Field Values
-
I32_ROTL
static final int I32_ROTL
- See Also:
- Constant Field Values
-
I32_ROTR
static final int I32_ROTR
- See Also:
- Constant Field Values
-
I64_CLZ
static final int I64_CLZ
- See Also:
- Constant Field Values
-
I64_CTZ
static final int I64_CTZ
- See Also:
- Constant Field Values
-
I64_POPCNT
static final int I64_POPCNT
- See Also:
- Constant Field Values
-
I64_ADD
static final int I64_ADD
- See Also:
- Constant Field Values
-
I64_SUB
static final int I64_SUB
- See Also:
- Constant Field Values
-
I64_MUL
static final int I64_MUL
- See Also:
- Constant Field Values
-
I64_DIV_S
static final int I64_DIV_S
- See Also:
- Constant Field Values
-
I64_DIV_U
static final int I64_DIV_U
- See Also:
- Constant Field Values
-
I64_REM_S
static final int I64_REM_S
- See Also:
- Constant Field Values
-
I64_REM_U
static final int I64_REM_U
- See Also:
- Constant Field Values
-
I64_AND
static final int I64_AND
- See Also:
- Constant Field Values
-
I64_OR
static final int I64_OR
- See Also:
- Constant Field Values
-
I64_XOR
static final int I64_XOR
- See Also:
- Constant Field Values
-
I64_SHL
static final int I64_SHL
- See Also:
- Constant Field Values
-
I64_SHR_S
static final int I64_SHR_S
- See Also:
- Constant Field Values
-
I64_SHR_U
static final int I64_SHR_U
- See Also:
- Constant Field Values
-
I64_ROTL
static final int I64_ROTL
- See Also:
- Constant Field Values
-
I64_ROTR
static final int I64_ROTR
- See Also:
- Constant Field Values
-
F32_ABS
static final int F32_ABS
- See Also:
- Constant Field Values
-
F32_NEG
static final int F32_NEG
- See Also:
- Constant Field Values
-
F32_CEIL
static final int F32_CEIL
- See Also:
- Constant Field Values
-
F32_FLOOR
static final int F32_FLOOR
- See Also:
- Constant Field Values
-
F32_TRUNC
static final int F32_TRUNC
- See Also:
- Constant Field Values
-
F32_NEAREST
static final int F32_NEAREST
- See Also:
- Constant Field Values
-
F32_SQRT
static final int F32_SQRT
- See Also:
- Constant Field Values
-
F32_ADD
static final int F32_ADD
- See Also:
- Constant Field Values
-
F32_SUB
static final int F32_SUB
- See Also:
- Constant Field Values
-
F32_MUL
static final int F32_MUL
- See Also:
- Constant Field Values
-
F32_DIV
static final int F32_DIV
- See Also:
- Constant Field Values
-
F32_MIN
static final int F32_MIN
- See Also:
- Constant Field Values
-
F32_MAX
static final int F32_MAX
- See Also:
- Constant Field Values
-
F32_COPYSIGN
static final int F32_COPYSIGN
- See Also:
- Constant Field Values
-
F64_ABS
static final int F64_ABS
- See Also:
- Constant Field Values
-
F64_NEG
static final int F64_NEG
- See Also:
- Constant Field Values
-
F64_CEIL
static final int F64_CEIL
- See Also:
- Constant Field Values
-
F64_FLOOR
static final int F64_FLOOR
- See Also:
- Constant Field Values
-
F64_TRUNC
static final int F64_TRUNC
- See Also:
- Constant Field Values
-
F64_NEAREST
static final int F64_NEAREST
- See Also:
- Constant Field Values
-
F64_SQRT
static final int F64_SQRT
- See Also:
- Constant Field Values
-
F64_ADD
static final int F64_ADD
- See Also:
- Constant Field Values
-
F64_SUB
static final int F64_SUB
- See Also:
- Constant Field Values
-
F64_MUL
static final int F64_MUL
- See Also:
- Constant Field Values
-
F64_DIV
static final int F64_DIV
- See Also:
- Constant Field Values
-
F64_MIN
static final int F64_MIN
- See Also:
- Constant Field Values
-
F64_MAX
static final int F64_MAX
- See Also:
- Constant Field Values
-
F64_COPYSIGN
static final int F64_COPYSIGN
- See Also:
- Constant Field Values
-
I32_WRAP_I64
static final int I32_WRAP_I64
- See Also:
- Constant Field Values
-
I32_TRUNC_F32_S
static final int I32_TRUNC_F32_S
- See Also:
- Constant Field Values
-
I32_TRUNC_F32_U
static final int I32_TRUNC_F32_U
- See Also:
- Constant Field Values
-
I32_TRUNC_F64_S
static final int I32_TRUNC_F64_S
- See Also:
- Constant Field Values
-
I32_TRUNC_F64_U
static final int I32_TRUNC_F64_U
- See Also:
- Constant Field Values
-
I64_EXTEND_I32_S
static final int I64_EXTEND_I32_S
- See Also:
- Constant Field Values
-
I64_EXTEND_I32_U
static final int I64_EXTEND_I32_U
- See Also:
- Constant Field Values
-
I64_TRUNC_F32_S
static final int I64_TRUNC_F32_S
- See Also:
- Constant Field Values
-
I64_TRUNC_F32_U
static final int I64_TRUNC_F32_U
- See Also:
- Constant Field Values
-
I64_TRUNC_F64_S
static final int I64_TRUNC_F64_S
- See Also:
- Constant Field Values
-
I64_TRUNC_F64_U
static final int I64_TRUNC_F64_U
- See Also:
- Constant Field Values
-
F32_CONVERT_I32_S
static final int F32_CONVERT_I32_S
- See Also:
- Constant Field Values
-
F32_CONVERT_I32_U
static final int F32_CONVERT_I32_U
- See Also:
- Constant Field Values
-
F32_CONVERT_I64_S
static final int F32_CONVERT_I64_S
- See Also:
- Constant Field Values
-
F32_CONVERT_I64_U
static final int F32_CONVERT_I64_U
- See Also:
- Constant Field Values
-
F32_DEMOTE_F64
static final int F32_DEMOTE_F64
- See Also:
- Constant Field Values
-
F64_CONVERT_I32_S
static final int F64_CONVERT_I32_S
- See Also:
- Constant Field Values
-
F64_CONVERT_I32_U
static final int F64_CONVERT_I32_U
- See Also:
- Constant Field Values
-
F64_CONVERT_I64_S
static final int F64_CONVERT_I64_S
- See Also:
- Constant Field Values
-
F64_CONVERT_I64_U
static final int F64_CONVERT_I64_U
- See Also:
- Constant Field Values
-
F64_PROMOTE_F32
static final int F64_PROMOTE_F32
- See Also:
- Constant Field Values
-
I32_REINTERPRET_F32
static final int I32_REINTERPRET_F32
- See Also:
- Constant Field Values
-
I64_REINTERPRET_F64
static final int I64_REINTERPRET_F64
- See Also:
- Constant Field Values
-
F32_REINTERPRET_I32
static final int F32_REINTERPRET_I32
- See Also:
- Constant Field Values
-
F64_REINTERPRET_I64
static final int F64_REINTERPRET_I64
- See Also:
- Constant Field Values
-
I32_EXTEND8_S
static final int I32_EXTEND8_S
- See Also:
- Constant Field Values
-
I32_EXTEND16_S
static final int I32_EXTEND16_S
- See Also:
- Constant Field Values
-
I64_EXTEND8_S
static final int I64_EXTEND8_S
- See Also:
- Constant Field Values
-
I64_EXTEND16_S
static final int I64_EXTEND16_S
- See Also:
- Constant Field Values
-
I64_EXTEND32_S
static final int I64_EXTEND32_S
- See Also:
- Constant Field Values
-
REF_NULL
static final int REF_NULL
- See Also:
- Constant Field Values
-
REF_ISNULL
static final int REF_ISNULL
- See Also:
- Constant Field Values
-
REF_AS_NON_NULL
static final int REF_AS_NON_NULL
converts a nullable reference to a non-nullable one or traps if null- See Also:
- Constant Field Values
-
BR_ON_NULL
static final int BR_ON_NULL
converts a nullable reference to a non-nullable one or branches if null- See Also:
- Constant Field Values
-
REF_EQ
static final int REF_EQ
- See Also:
- Constant Field Values
-
I32_TRUNC_SAT_F32_S
static final int I32_TRUNC_SAT_F32_S
- See Also:
- Constant Field Values
-
I32_TRUNC_SAT_F32_U
static final int I32_TRUNC_SAT_F32_U
- See Also:
- Constant Field Values
-
I32_TRUNC_SAT_F64_S
static final int I32_TRUNC_SAT_F64_S
- See Also:
- Constant Field Values
-
I32_TRUNC_SAT_F64_U
static final int I32_TRUNC_SAT_F64_U
- See Also:
- Constant Field Values
-
I64_TRUNC_SAT_F32_S
static final int I64_TRUNC_SAT_F32_S
- See Also:
- Constant Field Values
-
I64_TRUNC_SAT_F32_U
static final int I64_TRUNC_SAT_F32_U
- See Also:
- Constant Field Values
-
I64_TRUNC_SAT_F64_S
static final int I64_TRUNC_SAT_F64_S
- See Also:
- Constant Field Values
-
I64_TRUNC_SAT_F64_U
static final int I64_TRUNC_SAT_F64_U
- See Also:
- Constant Field Values
-
TABLE_GROW
static final int TABLE_GROW
- See Also:
- Constant Field Values
-
TABLE_SIZE
static final int TABLE_SIZE
- See Also:
- Constant Field Values
-
TABLE_FILL
static final int TABLE_FILL
- See Also:
- Constant Field Values
-
STRUCT_NEW
static final int STRUCT_NEW
- See Also:
- Constant Field Values
-
STRUCT_NEW_DEFAULT
static final int STRUCT_NEW_DEFAULT
- See Also:
- Constant Field Values
-
STRUCT_GET
static final int STRUCT_GET
- See Also:
- Constant Field Values
-
STRUCT_SET
static final int STRUCT_SET
- See Also:
- Constant Field Values
-
ARRAY_NEW
static final int ARRAY_NEW
- See Also:
- Constant Field Values
-
ARRAY_NEW_DEFAULT
static final int ARRAY_NEW_DEFAULT
- See Also:
- Constant Field Values
-
ARRAY_GET
static final int ARRAY_GET
- See Also:
- Constant Field Values
-
ARRAY_GET_S
static final int ARRAY_GET_S
- See Also:
- Constant Field Values
-
ARRAY_GET_U
static final int ARRAY_GET_U
- See Also:
- Constant Field Values
-
ARRAY_SET
static final int ARRAY_SET
- See Also:
- Constant Field Values
-
ARRAY_LEN
static final int ARRAY_LEN
- See Also:
- Constant Field Values
-
RTT_CANON
static final int RTT_CANON
- See Also:
- Constant Field Values
-
REF_CAST
static final int REF_CAST
- See Also:
- Constant Field Values
-
-