-
Notifications
You must be signed in to change notification settings - Fork 342
Open
Labels
api designOpen design questionsOpen design questionsenhancementNew feature or requestNew feature or request
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
References
tomhoule, tomaka, kellytk, dontlaugh and 29 morekellytk, chertov, 0x8f701, NilsIrl, tommyZZM and 2 morekellytk, chertov, 0x8f701, Mubelotix, NilsIrl and 5 more
Metadata
Metadata
Assignees
Labels
api designOpen design questionsOpen design questionsenhancementNew feature or requestNew feature or request