Open
Description
It'd be cool if async-std
worked in the browser out of the box. Not everything can be supported, but we can support a smaller subset.
Tasks
- no longer fail compilation under the
--target wasm32-unknown-unknown
target - make
task::spawn
work (usewasm_bindgen_futures::spawn_local
) - expose
stream
- expose
task::sleep
- patch
async-attributes
to allowasync fn main
to work