You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report! The only major code in WASI that we have that's incompatible on Windows are the clock functions. Some of the clock functions for WASI seem to be Unix-specific, but Realtime and Monotonic should both be straightforward to implement and should hopefully cover this case!
I think the PR above should fix it! I'll look in to getting our regression tests working on Windows, though testing clocks is a bit tricky given how we've set things up
459: add realtime and monotonic clock support for wasi on windows r=MarkMcCaskey a=MarkMcCaskey
resolves#455
Co-authored-by: Mark McCaskey <[email protected]>
Summary
writing a programming using
env_logger
andlog
, but when executing these statement, it panicked withnot yet implemented
Additional details
The text was updated successfully, but these errors were encountered: