Browse Source

* Export wasiAlloc, wasiFree

Michaël Van Canneyt 3 years ago
parent
commit
4765d885df
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/wasi/system.pp

+ 2 - 0
rtl/wasi/system.pp

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