|
@@ -160,8 +160,6 @@ type
|
|
idNum : Integer; // reference number (after Normalization)
|
|
idNum : Integer; // reference number (after Normalization)
|
|
instr : TWasmInstrList;
|
|
instr : TWasmInstrList;
|
|
functype : TWasmFuncType;
|
|
functype : TWasmFuncType;
|
|
-
|
|
|
|
- codeRefCount : Integer; // number of times the function was referenced from the code
|
|
|
|
constructor Create;
|
|
constructor Create;
|
|
destructor Destroy; override;
|
|
destructor Destroy; override;
|
|
function AddLocal: TWasmParam;
|
|
function AddLocal: TWasmParam;
|