Explorar o código

* Export wasiAlloc, wasiFree

Michaël Van Canneyt %!s(int64=3) %!d(string=hai) anos
pai
achega
4765d885df
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;