GoogleChromeLabs / wasm-bindgen-rayon

An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.
https://github.com/RReverser/wasm-bindgen-rayon
Apache License 2.0
404 stars 35 forks source link

Update to latest rust stable #13

Closed ImUrX closed 3 years ago

ImUrX commented 3 years ago

i changed wasm-bindgen min version to .74 (rustwasm/wasm-bindgen#2488) because its where the bug is fixed and we are using the nightly hash of Rust 1.54

closes #9

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

ImUrX commented 3 years ago

@googlebot I signed it!

RReverser commented 3 years ago

Wow, that was quick. Thanks! I'll take a look a little later.

RReverser commented 3 years ago

Thank you!

RReverser commented 3 years ago

Hmm this looks bad. https://github.com/GoogleChromeLabs/wasm-bindgen-rayon/runs/3254179053?check_suite_focus=true

ImUrX commented 3 years ago

Sorry didnt notice, good to know that its now in latest rust :P