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
All these inconveniences in the code are there for a reason. Not because I like them. I don't like notwasm feature, but I have no way to get it to work without.
Once you specify each test with its feature, and have
#![cfg(target = "wasm")]
,it should work fine without notwasm feature.See https://github.com/qiujiangkun/async_executors/blob/dev/Cargo.toml
Though I can't get wasm working in my machine either way(it stucks during installation of wasm). You can try it out though.
The text was updated successfully, but these errors were encountered: