mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 20:11:37 +03:00
6b3d730a53
* Implement extern "C" async functions. It converts a JS Promise into a wasm_bindgen_futures::JsFuture that implements Future<Result<JsValue, JsValue>>. * Run rustfmt. Add #[rustfmt::skip] to the tests/wasm/futures.rs because it removes the async from extern "C" blocks. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT |