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?
For Wasmtime, it's just stable versions of Rust.
So using a feature from the just-released 1.41 would not be a problem?
https://github.com/bytecodealliance/wasmtime/pull/880
I see the PR is already merged, but to confirm, it's not a problem :-)
Also, that's a fantastic PR indeed :slight_smile:
Last updated: Jan 24 2025 at 00:11 UTC