Closed
Description
Location
README.md and WebAssembly book (https://rustwasm.github.io/docs/book/)
Summary
In version 1.70 Rust added some requirements for WebAssembly targets. This makes Wasm binaries compiled with Rust (at least with default options/out of the box std) incompatible with older runtime environments, in particular not-so-old iOS safari (https://webassembly.org/features/). Here is for example the support for Safari iOS 15.5 simulator:
I searched but did not find any place where these requirements are written down. I think that this is a problem.
Metadata
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Enabling/disabling target features like AVX, Neon, etc.Area: Concerning the implications of different compiler targetsTarget: WASM (WebAssembly), http://webassembly.org/Relevant to the compiler team, which will review and decide on the PR/issue.