* removed TODO comment from WasiThreadSwitch

This commit is contained in:
Nikolay Nikolov 2024-08-07 18:26:19 +03:00
parent 5d058258fc
commit af5c2d66c2

View File

@ -483,7 +483,6 @@ end;
procedure WasiThreadSwitch;
begin
// Normally a yield, but this does not (yet) exist in webassembly.
{todo:implement}
end;
function WasiWaitForThreadTerminate(threadHandle : TThreadID; TimeoutMs : longint) : dword;