wasm-bindgen/crates/backend
Rodrigo Rivas Costa 6b3d730a53
Implement extern "C" async functions. (#2196)
* 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.
2020-06-29 11:18:47 -05:00
..
src Implement extern "C" async functions. (#2196) 2020-06-29 11:18:47 -05:00
Cargo.toml Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
LICENSE-APACHE Symlink LICENSE files in crates (#2018) 2020-02-28 17:41:28 -06:00
LICENSE-MIT Symlink LICENSE files in crates (#2018) 2020-02-28 17:41:28 -06:00