|
@@ -43,7 +43,6 @@ type
|
|
typeIdx : string; // if typeID='' then type is declared from typeDef
|
|
typeIdx : string; // if typeID='' then type is declared from typeDef
|
|
|
|
|
|
// linking information
|
|
// linking information
|
|
- LinkInfo : TLinkInfo;
|
|
|
|
constructor Create;
|
|
constructor Create;
|
|
destructor Destroy; override;
|
|
destructor Destroy; override;
|
|
function AddResult(tp: byte = 0): TWasmParam;
|
|
function AddResult(tp: byte = 0): TWasmParam;
|
|
@@ -92,7 +91,8 @@ type
|
|
private
|
|
private
|
|
locals: TList;
|
|
locals: TList;
|
|
public
|
|
public
|
|
- id : string;
|
|
|
|
|
|
+ LinkInfo : TLinkInfo;
|
|
|
|
+ id : string;
|
|
instr : TWasmInstrList;
|
|
instr : TWasmInstrList;
|
|
functype : TWasmFuncType;
|
|
functype : TWasmFuncType;
|
|
|
|
|