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
split wit-dylibasync feature into high- and low-level variations
- `async-high-level`: integrates with `std::future` by way of `wit_bindgen::rt`
- `async-low-level`: minimal layer over raw bindings; does not use `std::future` or `wit_bindgen`
Note that enabling both is equivalent to enabling only `async-low-level`.
Signed-off-by: Joel Dice <[email protected]>
0 commit comments