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. |
||
---|---|---|
.. | ||
backend | ||
cli | ||
cli-support | ||
externref-xform | ||
futures | ||
js-sys | ||
macro | ||
macro-support | ||
multi-value-xform | ||
shared | ||
test | ||
test-macro | ||
threads-xform | ||
typescript-tests | ||
wasm-conventions | ||
wasm-interpreter | ||
web-sys | ||
webidl | ||
webidl-tests |