mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 07:09:23 +02:00
* Export wasiAlloc, wasiFree
This commit is contained in:
parent
bb39ec1610
commit
4765d885df
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user