소스 검색

* 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;