瀏覽代碼

* Export wasiAlloc, wasiFree

Michaël Van Canneyt 3 年之前
父節點
當前提交
4765d885df
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      rtl/wasi/system.pp

+ 2 - 0
rtl/wasi/system.pp

@@ -71,6 +71,8 @@ begin
   FreeMem(aMem);
 end;
 
+exports 
+  WasiAlloc,WasiFree;
 
 function ConvertToFdRelativePath(path: RawByteString; out fd: LongInt; out relfd_path: RawByteString): Word; forward;