You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using rustc stable 1.34.1 with wasm-glue v0.1.0 fails:
error[E0554]: #![feature] may not be used on the stable release channel
--> .cargo/registry/src/github.com-1ecc6299db9ec823/wasm-glue-0.1.0/src/lib.rs:1:1
|
1 | #![feature(set_stdio)]
| ^^^^^^^^^^^^^^^^^^^^^^
any chance for support for stable (non-nightly) versions of Rust?
The text was updated successfully, but these errors were encountered:
Using rustc stable 1.34.1 with wasm-glue v0.1.0 fails:
any chance for support for stable (non-nightly) versions of Rust?
The text was updated successfully, but these errors were encountered: