Преглед изворни кода

+ added promising _start and _initialize exports

Nikolay Nikolov пре 2 година
родитељ
комит
fa27856478
2 измењених фајлова са 4 додато и 2 уклоњено
  1. 2 1
      rtl/wasi/si_dll.pp
  2. 2 1
      rtl/wasi/si_prc.pp

+ 2 - 1
rtl/wasi/si_dll.pp

@@ -48,6 +48,7 @@ end;
 {$endif}
 {$endif}
 
 
 exports
 exports
-  _initialize;
+  _initialize,
+  _initialize name '_initialize_promising' promising;
 
 
 end.
 end.

+ 2 - 1
rtl/wasi/si_prc.pp

@@ -48,6 +48,7 @@ end;
 {$endif}
 {$endif}
 
 
 exports
 exports
-  _start;
+  _start,
+  _start name '_start_promising' promising;
 
 
 end.
 end.