Stream: general

Topic: Minimum required Rust version for Cranelift


view this post on Zulip Robin Freyler (Jan 01 2021 at 23:58):

Hi, what is the oldest Rust compiler version where Cranelift or wasmtime is required to run on? I've found some borrow-checker work arounds that no longer apply under the current stable Rust versions which is why I am curious.

view this post on Zulip Dan Gohman (Jan 02 2021 at 00:51):

@Hero Bird We generally require the latest Rust stable, except that we wait two weeks after each stable release before depending on it.

view this post on Zulip Dan Gohman (Jan 02 2021 at 00:52):

See here for details

view this post on Zulip Robin Freyler (Jan 02 2021 at 00:59):

Thanks a lot!


Last updated: Oct 23 2024 at 20:03 UTC