Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
16
third-party/vendor/wasm-bindgen-futures/README.md
vendored
Normal file
16
third-party/vendor/wasm-bindgen-futures/README.md
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# `wasm-bindgen-futures`
|
||||
|
||||
[API Documentation][docs]
|
||||
|
||||
This crate bridges the gap between a Rust `Future` and a JavaScript
|
||||
`Promise`. It provides two conversions:
|
||||
|
||||
1. From a JavaScript `Promise` into a Rust `Future`.
|
||||
2. From a Rust `Future` into a JavaScript `Promise`.
|
||||
|
||||
Additionally under the feature flag `futures-core-03-stream` there is experimental
|
||||
support for `AsyncIterator` to `Stream` conversion.
|
||||
|
||||
See the [API documentation][docs] for more info.
|
||||
|
||||
[docs]: https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen_futures/
|
||||
Loading…
Add table
Add a link
Reference in a new issue