wasm-bindgen/crates
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
..
backend Implement extern "C" async functions. (#2196) 2020-06-29 11:18:47 -05:00
cli Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
cli-support Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
externref-xform Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
futures Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
js-sys Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
macro Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
macro-support Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
multi-value-xform Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
shared Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
test Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
test-macro Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
threads-xform Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
typescript-tests add: docs for typescript_type 2020-03-04 15:32:40 +08:00
wasm-conventions Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
wasm-interpreter Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
web-sys Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
webidl Bump to 0.2.64 (#2219) 2020-06-29 09:48:25 -05:00
webidl-tests Dramatically improving the build time of web-sys (#2012) 2020-03-02 17:39:36 -06:00