Stream: wasmtime

Topic: Minimum supported Rust version policy?


view this post on Zulip Josh Triplett (Jan 31 2020 at 17:02):

Does wasmtime have a policy regarding the minimum supported version of Rust? Is it acceptable to use features that require recent stable versions of Rust?

view this post on Zulip Dan Gohman (Jan 31 2020 at 18:31):

For Wasmtime, it's just stable versions of Rust.

view this post on Zulip Josh Triplett (Jan 31 2020 at 18:42):

So using a feature from the just-released 1.41 would not be a problem?

view this post on Zulip Josh Triplett (Jan 31 2020 at 20:02):

https://github.com/bytecodealliance/wasmtime/pull/880

Crates used exclusively at build time, such as proc-macro crates and their dependencies, don't benefit substantially from optimization; they take far longer to optimize than time saved when run...

view this post on Zulip Dan Gohman (Feb 01 2020 at 00:27):

I see the PR is already merged, but to confirm, it's not a problem :-)

view this post on Zulip Till Schneidereit (Feb 03 2020 at 13:17):

Also, that's a fantastic PR indeed :slight_smile:


Last updated: Oct 23 2024 at 20:03 UTC