wasm-bindgen/guide
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
..
_theme Add a "nightly only" warning to documentation 2019-03-07 07:48:26 -08:00
src Implement extern "C" async functions. (#2196) 2020-06-29 11:18:47 -05:00
.gitignore guide: Add the wasm-bindgen guide 2018-06-19 12:05:27 -07:00
book.toml Update mdbook install 2019-06-19 13:49:57 -07:00