|
@@ -197,6 +197,8 @@ interface
|
|
protected
|
|
protected
|
|
function writeData:boolean;override;
|
|
function writeData:boolean;override;
|
|
procedure DoRelocationFixup(objsec:TObjSection);override;
|
|
procedure DoRelocationFixup(objsec:TObjSection);override;
|
|
|
|
+ public
|
|
|
|
+ constructor create;override;
|
|
end;
|
|
end;
|
|
|
|
|
|
{ TWasmAssembler }
|
|
{ TWasmAssembler }
|
|
@@ -2221,6 +2223,12 @@ implementation
|
|
{TODO: implement}
|
|
{TODO: implement}
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
+ constructor TWasmExeOutput.create;
|
|
|
|
+ begin
|
|
|
|
+ inherited create;
|
|
|
|
+ CObjData:=TWasmObjData;
|
|
|
|
+ end;
|
|
|
|
+
|
|
|
|
|
|
{****************************************************************************
|
|
{****************************************************************************
|
|
TWasmAssembler
|
|
TWasmAssembler
|