mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
* Export wasiAlloc, wasiFree
This commit is contained in:
parent
bb39ec1610
commit
4765d885df
@ -71,6 +71,8 @@ begin
|
||||
FreeMem(aMem);
|
||||
end;
|
||||
|
||||
exports
|
||||
WasiAlloc,WasiFree;
|
||||
|
||||
function ConvertToFdRelativePath(path: RawByteString; out fd: LongInt; out relfd_path: RawByteString): Word; forward;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user