Interface InstructionOpcodes
-
- All Known Implementing Classes:
BinaryModuleWriter
interface InstructionOpcodesInstruction 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 intARRAY_GETstatic intARRAY_GET_Sstatic intARRAY_GET_Ustatic intARRAY_LENstatic intARRAY_NEWstatic intARRAY_NEW_DEFAULTstatic intARRAY_SETstatic intBLOCKstatic intBRBreak a block/loop
sequence: BR {call deep}
call deep: How many blocks are break.static intBR_IFstatic intBR_ON_EXNstatic intBR_ON_NULLconverts a nullable reference to a non-nullable one or branches if nullstatic intBR_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 intCALLstatic intCALL_INDIRECTstatic intCALL_REFcalling a function through a refstatic intCATCHstatic intDROPstatic intELSEstatic intENDstatic intF32_ABSstatic intF32_ADDstatic intF32_CEILstatic intF32_CONSTstatic intF32_CONVERT_I32_Sstatic intF32_CONVERT_I32_Ustatic intF32_CONVERT_I64_Sstatic intF32_CONVERT_I64_Ustatic intF32_COPYSIGNstatic intF32_DEMOTE_F64static intF32_DIVstatic intF32_EQstatic intF32_FLOORstatic intF32_GEstatic intF32_GTstatic intF32_LEstatic intF32_LOADstatic intF32_LTstatic intF32_MAXstatic intF32_MINstatic intF32_MULstatic intF32_NEstatic intF32_NEARESTstatic intF32_NEGstatic intF32_REINTERPRET_I32static intF32_SQRTstatic intF32_STOREstatic intF32_SUBstatic intF32_TRUNCstatic intF64_ABSstatic intF64_ADDstatic intF64_CEILstatic intF64_CONSTstatic intF64_CONVERT_I32_Sstatic intF64_CONVERT_I32_Ustatic intF64_CONVERT_I64_Sstatic intF64_CONVERT_I64_Ustatic intF64_COPYSIGNstatic intF64_DIVstatic intF64_EQstatic intF64_FLOORstatic intF64_GEstatic intF64_GTstatic intF64_LEstatic intF64_LOADstatic intF64_LTstatic intF64_MAXstatic intF64_MINstatic intF64_MULstatic intF64_NEstatic intF64_NEARESTstatic intF64_NEGstatic intF64_PROMOTE_F32static intF64_REINTERPRET_I64static intF64_SQRTstatic intF64_STOREstatic intF64_SUBstatic intF64_TRUNCstatic intFUNC_BINDcreate a closurestatic intGLOBAL_GETstatic intGLOBAL_SETstatic intI32_ADDstatic intI32_ANDstatic intI32_CLZstatic intI32_CONSTstatic intI32_CTZstatic intI32_DIV_Sstatic intI32_DIV_Ustatic intI32_EQstatic intI32_EQZstatic intI32_EXTEND16_Sstatic intI32_EXTEND8_Sstatic intI32_GE_Sstatic intI32_GE_Ustatic intI32_GT_Sstatic intI32_GT_Ustatic intI32_LE_Sstatic intI32_LE_Ustatic intI32_LOADstatic intI32_LOAD16_Sstatic intI32_LOAD16_Ustatic intI32_LOAD8_Sstatic intI32_LOAD8_Ustatic intI32_LT_Sstatic intI32_LT_Ustatic intI32_MULstatic intI32_NEstatic intI32_ORstatic intI32_POPCNTstatic intI32_REINTERPRET_F32static intI32_REM_Sstatic intI32_REM_Ustatic intI32_ROTLstatic intI32_ROTRstatic intI32_SHLstatic intI32_SHR_Sstatic intI32_SHR_Ustatic intI32_STOREstatic intI32_STORE16static intI32_STORE8static intI32_SUBstatic intI32_TRUNC_F32_Sstatic intI32_TRUNC_F32_Ustatic intI32_TRUNC_F64_Sstatic intI32_TRUNC_F64_Ustatic intI32_TRUNC_SAT_F32_Sstatic intI32_TRUNC_SAT_F32_Ustatic intI32_TRUNC_SAT_F64_Sstatic intI32_TRUNC_SAT_F64_Ustatic intI32_WRAP_I64static intI32_XORstatic intI54_STORE16static intI54_STORE32static intI54_STORE8static intI64_ADDstatic intI64_ANDstatic intI64_CLZstatic intI64_CONSTstatic intI64_CTZstatic intI64_DIV_Sstatic intI64_DIV_Ustatic intI64_EQstatic intI64_EQZstatic intI64_EXTEND_I32_Sstatic intI64_EXTEND_I32_Ustatic intI64_EXTEND16_Sstatic intI64_EXTEND32_Sstatic intI64_EXTEND8_Sstatic intI64_GE_Sstatic intI64_GE_Ustatic intI64_GT_Sstatic intI64_GT_Ustatic intI64_LE_Sstatic intI64_LE_Ustatic intI64_LOADstatic intI64_LOAD16_Sstatic intI64_LOAD16_Ustatic intI64_LOAD32_Sstatic intI64_LOAD32_Ustatic intI64_LOAD8_Sstatic intI64_LOAD8_Ustatic intI64_LT_Sstatic intI64_LT_Ustatic intI64_MULstatic intI64_NEstatic intI64_ORstatic intI64_POPCNTstatic intI64_REINTERPRET_F64static intI64_REM_Sstatic intI64_REM_Ustatic intI64_ROTLstatic intI64_ROTRstatic intI64_SHLstatic intI64_SHR_Sstatic intI64_SHR_Ustatic intI64_STOREstatic intI64_SUBstatic intI64_TRUNC_F32_Sstatic intI64_TRUNC_F32_Ustatic intI64_TRUNC_F64_Sstatic intI64_TRUNC_F64_Ustatic intI64_TRUNC_SAT_F32_Sstatic intI64_TRUNC_SAT_F32_Ustatic intI64_TRUNC_SAT_F64_Sstatic intI64_TRUNC_SAT_F64_Ustatic intI64_XORstatic intIFIf the value on the stack is true then the if block is executed.static intLETlocals with block scope, in order to handle reference types without default initialisation valuesstatic intLOCAL_GETstatic intLOCAL_SETstatic intLOCAL_TEEstatic intLOOPstatic intMEMORY_GROWstatic intMEMORY_SIZEstatic intNOPstatic intREF_AS_NON_NULLconverts a nullable reference to a non-nullable one or traps if nullstatic intREF_CASTstatic intREF_EQstatic intREF_ISNULLstatic intREF_NULLstatic intRETHROWstatic intRETURNstatic intRETURN_CALLstatic intRETURN_CALL_INDIRECTstatic intRETURN_CALL_REFtail calling a function through a refstatic intRTT_CANONstatic intSELECTselect one of two values based on conditionstatic intSTRUCT_GETstatic intSTRUCT_NEWstatic intSTRUCT_NEW_DEFAULTstatic intSTRUCT_SETstatic intTABLE_FILLstatic intTABLE_GETstatic intTABLE_GROWstatic intTABLE_SETstatic intTABLE_SIZEstatic intTHROWstatic intTRYstatic intUNREACHABLE
-
-
-
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
-
-