* Export wasiAlloc, wasiFree

This commit is contained in:
Michaël Van Canneyt 2022-05-27 19:16:52 +02:00
parent bb39ec1610
commit 4765d885df

View File

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