this is just a head's up that I have opened an MCP and draft implementation against rustc to add a new wasm target, tentatively named wasm32v1-none
, that specifies the 1.0 feature set and nothing else: https://github.com/rust-lang/compiler-team/issues/791
it's just a convenience for users who want to compile wasm in a way that does _not_ impose an ever-expanding feature set on implementations
there's a thread about it over in the rust zulip, so probably best to keep discussion there, but I figured some people here might be interested / have comments and not yet be on that thread
Last updated: Nov 22 2024 at 16:03 UTC