rustwasm / wasm-bindgen

Facilitating high-level interactions between Wasm modules and JavaScript
https://rustwasm.github.io/docs/wasm-bindgen/
Apache License 2.0
7.69k stars 1.06k forks source link

Guide: nightly requirement outdated? #1283

Open bwasty opened 5 years ago

bwasty commented 5 years ago

The Basic Usage chapter of the guide says nightly Rust is required, but so far I've been using it on stable, following the rustwasm book. Does anything still require nightly?

alexcrichton commented 5 years ago

Ah yes this is indeed outdated! Would you be interested in sending a PR to fix this?