|
@@ -75,7 +75,8 @@ type
|
|
TWasmInstr = class(TObject)
|
|
TWasmInstr = class(TObject)
|
|
code : byte;
|
|
code : byte;
|
|
operandIdx : string;
|
|
operandIdx : string;
|
|
- operandNum : integer; // for call_indirect this is table index
|
|
|
|
|
|
+ operandNum : integer; // for "call_indirect" this is table index
|
|
|
|
+ // for "if", "loop", "block" - it's type
|
|
operandText : string;
|
|
operandText : string;
|
|
insttype : TWasmFuncType; // used by call_indirect only
|
|
insttype : TWasmFuncType; // used by call_indirect only
|
|
|
|
|