浏览代码

+ 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.