mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-22 05:00:53 +00:00
13 lines
429 B
Markdown
13 lines
429 B
Markdown
|
# wasm-bindgen-futures
|
||
|
|
||
|
[Documention][documentation]
|
||
|
|
||
|
This is an experimental crate (aka just written) which is targeted at bridging
|
||
|
a Rust `Future` and a JS `Promise`. Internally it contains two conversions, one
|
||
|
from a JS `Promise` to a Rust `Future`, and another from a Rust `Future` to a
|
||
|
JS `Promise`.
|
||
|
|
||
|
See the [documentation] for more info.
|
||
|
|
||
|
[documentation]: https://rustwasm.github.io/wasm-bindgen/api/wasm_bindgen_futures/
|