mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 12:02:23 +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. |
||
---|---|---|
.. | ||
_theme | ||
src | ||
.gitignore | ||
book.toml |