Stream: rust-toolchain

Topic: minimal-wasm target


view this post on Zulip Graydon Hoare (Oct 10 2024 at 18:35):

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

Proposal To define a new target that is a variant of wasm32v1-none that specifies a small and fixed set of wasm proposals rather than the open-ended (and growing) set currently implied. Currently t...

view this post on Zulip Graydon Hoare (Oct 10 2024 at 18:36):

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

view this post on Zulip Graydon Hoare (Oct 10 2024 at 18:37):

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

view this post on Zulip Graydon Hoare (Oct 10 2024 at 18:37):

https://rust-lang.zulipchat.com/#narrow/stream/233931-t-compiler.2Fmajor-changes/topic/Wasm.20minimal.20features.20target.20compiler-team.23791

If this message does not go away, try reloading the page.

Last updated: Oct 23 2024 at 20:03 UTC