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
Remove dependency on std for async feature (#1591)
* Remove dependency on `std` for `async` feature
This commit adds `no_std` support for the `async` feature of the
`wit-bindgen` crate, notably enabling this to be used as part of the
standard library for wasip3.
* Fix inter-task-wakeup compat
* Run rustfmt
* Update test expectations
* Add a `TryLock` primitive
* Run rustfmt
0 commit comments