Skip to content

Tracking issue for release notes of #131533: emscripten: Use the latest emsdk 3.1.68 #131689

Closed
@rustbot

Description

@rustbot
Collaborator

This issue tracks the release notes text for #131533.

Steps

  • Proposed text is drafted by PR author (or team) making the noteworthy change.
    Issue is nominated for release team review of clarity for wider audience.
    Release team includes text in release notes/blog posts.

Release notes text

The responsible team for the underlying change should edit this section to replace the automatically generated link with a succinct description of what changed, drawing upon text proposed by the author (either in discussion or through direct editing).

# Category (e.g. Language, Compiler, Libraries, Compatibility notes, ...)
- [emscripten: Build std with the latest emsdk 3.1.68](https://github.com/rust-lang/rust/pull/131533)

Tip

Use the previous releases categories to help choose which one(s) to use.
The category will be de-duplicated with all the other ones by the release team.

More than one section can be included if needed.

Release blog section

If the change is notable enough for inclusion in the blog post, the responsible team should add content to this section.
Otherwise leave it empty.

cc @workingjubilee, @Kobzol -- origin issue/PR authors and assignees for starting to draft text

Activity

added
A-testsuiteArea: The testsuite used to check the correctness of rustc
O-emscriptenTarget: 50% off wasm32-unknown-musl. the savings come out of stdio.h, but hey, you get SDL!
relnotesMarks issues that should be documented in the release notes of the next release.
relnotes-tracking-issueMarks issues tracking what text to put in release notes.
T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
on Oct 14, 2024
added this to the 1.84.0 milestone on Oct 14, 2024
added
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Oct 14, 2024
removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Oct 15, 2024
juntyr

juntyr commented on Oct 15, 2024

@juntyr
Contributor

I think this should go into the compatibility notes (feel free to edit the wording):

Compatibility notes

  • The wasm32-unknown-emscripten target's binary release of the standard library is now built with the latest emsdk 3.1.68, which fixes an ABI-incompatibility with Emscripten >= 3.1.42. If you are locally using a version of emsdk with an incompatible ABI (e.g. before 3.1.42 or a future one), you should build your code with -Zbuild-std to ensure that std uses the correct ABI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-testsuiteArea: The testsuite used to check the correctness of rustcO-emscriptenTarget: 50% off wasm32-unknown-musl. the savings come out of stdio.h, but hey, you get SDL!T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.relnotesMarks issues that should be documented in the release notes of the next release.relnotes-tracking-issueMarks issues tracking what text to put in release notes.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @saethlin@BoxyUwU@rustbot@juntyr

        Issue actions

          Tracking issue for release notes of #131533: emscripten: Use the latest emsdk 3.1.68 · Issue #131689 · rust-lang/rust