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
Compilation on stable Rust release is a major step forward to general stability.
Proposed solution
Rust 1.45 will stabilize some nightly features that were required for dynasm-rs and with the efforts towards compilation on stable Rust release from dynasm-rs team (CensoredUsername/dynasm-rs#31), dynasm-rs 0.7 is ready to be compilable on stable Rust 1.45. It seems that dynasm-rs is the major if not the only piece requiring nightly Rust features, so with Rust 1.45 and dynasm-rs 0.7 it should be possible to have wasmer singlepass backend to be compilable on stable Rust.
The text was updated successfully, but these errors were encountered:
frol
changed the title
Use dynasm-rs 0.7+ to enable singlepass backend to be compilable on stable Rust 1.45+
Use dynasm-rs 1.0 to enable singlepass backend to be compilable on stable Rust 1.45+
Jul 20, 2020
Unfortunately we don't have docs to aid in the transition between the old wasmer and the new wasmer yet, but stay tuned to #1553 for news on their development.
Motivation
Compilation on stable Rust release is a major step forward to general stability.
Proposed solution
Rust 1.45 will stabilize some nightly features that were required for dynasm-rs and with the efforts towards compilation on stable Rust release from dynasm-rs team (CensoredUsername/dynasm-rs#31), dynasm-rs 0.7 is ready to be compilable on stable Rust 1.45. It seems that dynasm-rs is the major if not the only piece requiring nightly Rust features, so with Rust 1.45 and dynasm-rs 0.7 it should be possible to have wasmer singlepass backend to be compilable on stable Rust.
The text was updated successfully, but these errors were encountered: