Replies: 4 comments 2 replies
-
I am generally in favour of this change. I use an iPhone X and have iOS 16 installed. Based on your phrasing I'm unsure if my iPhone would be affected. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I also support this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I support this as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are planning to change the Rust Emscripten target from using JS EH to Wasm EH by default. See the Major Change Proposal here.
It will still be possible to target JS EH, but it will require either building with
-Zbuild-std
or using a custom sysroot.For most people, I think this will be beneficial -- it should lead to smaller, faster, less buggy builds. However, there are two groups of people who would be negatively affected:
The iPhone 14 was released on September 16, 2022 and the iPhone 15 on September 22, 2023, so this drops support for iPhones that are older than 18 months. Dynamic linking users I think will be less negatively effected simply because Emscripten breaks ABI a lot anyways.
cc @kleisauke @juntyr @ChanTsune @gnzlbg @akpmilot @msqr1 @alessandrofama @SamuelLongchamps
I would appreciate if anyone who knows of additional Rust/Emscripten users could tag them here.
Beta Was this translation helpful? Give feedback.
All reactions