mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 18:44:47 +01:00
tail call opcodes
This commit is contained in:
parent
7ce99bec72
commit
018fa3896a
@ -81,6 +81,10 @@ interface InstructionOpcodes {
|
||||
|
||||
static final int CALL_INDIRECT = 0x11;
|
||||
|
||||
static final int RETURN_CALL = 0x12; // tail call
|
||||
|
||||
static final int RETURN_CALL_INDIRECT = 0x13; // tail call
|
||||
|
||||
static final int DROP = 0x1A;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user