mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 15:37:52 +01:00
add TEE_LOCAL, GET_GLOBAL, SET_GLOBAL
This commit is contained in:
parent
e36f370c67
commit
66931d810d
@ -82,6 +82,12 @@ interface InstructionOpcodes {
|
||||
|
||||
static final int SET_LOCAL = 0x21;
|
||||
|
||||
static final int TEE_LOCAL = 0x22;
|
||||
|
||||
static final int GET_GLOBAL = 0x23;
|
||||
|
||||
static final int SET_GLOBAL = 0x24;
|
||||
|
||||
static final int I32_CONST = 0x41;
|
||||
|
||||
static final int I64_CONST = 0x42;
|
||||
|
Loading…
x
Reference in New Issue
Block a user