Add a post about --allow-undefined and wasm targets#1815
Merged
Mark-Simulacrum merged 8 commits intorust-lang:mainfrom Apr 4, 2026
Merged
Add a post about --allow-undefined and wasm targets#1815Mark-Simulacrum merged 8 commits intorust-lang:mainfrom
--allow-undefined and wasm targets#1815Mark-Simulacrum merged 8 commits intorust-lang:mainfrom
Conversation
This is a post announcing the change happening in rust-lang/rust#149868. The intention is to have this published shortly after that PR lands to ensure there's a nightly that folks can test with first.
kpreid
reviewed
Mar 17, 2026
content/changes-to-webassembly-targets-and-handling-undefined-symbols.md
Show resolved
Hide resolved
content/changes-to-webassembly-targets-and-handling-undefined-symbols.md
Outdated
Show resolved
Hide resolved
content/changes-to-webassembly-targets-and-handling-undefined-symbols.md
Outdated
Show resolved
Hide resolved
content/changes-to-webassembly-targets-and-handling-undefined-symbols.md
Outdated
Show resolved
Hide resolved
content/changes-to-webassembly-targets-and-handling-undefined-symbols.md
Outdated
Show resolved
Hide resolved
content/changes-to-webassembly-targets-and-handling-undefined-symbols.md
Outdated
Show resolved
Hide resolved
content/changes-to-webassembly-targets-and-handling-undefined-symbols.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Kevin Reid <kpreid@switchb.org>
Member
Author
|
Thanks for the review @kpreid! I've merged all the grammar bits and I've attempted to address your concerns as well |
apiraino
approved these changes
Apr 2, 2026
content/changes-to-webassembly-targets-and-handling-undefined-symbols.md
Outdated
Show resolved
Hide resolved
content/changes-to-webassembly-targets-and-handling-undefined-symbols.md
Outdated
Show resolved
Hide resolved
Contributor
|
Merge depends on rust-lang/rust#149868 first |
Co-authored-by: apiraino <apiraino@users.noreply.github.com>
content/changes-to-webassembly-targets-and-handling-undefined-symbols.md
Outdated
Show resolved
Hide resolved
alexcrichton
commented
Apr 8, 2026
|
|
||
|
|
||
|
|
||
| ## What is going to break, and how to fix? |
Member
Author
There was a problem hiding this comment.
I'm a bit confused, isn't that exactly what this section is talking about? This section was intended to address exactly what you're doing, implicitly generating imports from the env module, and how to retain that behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a post announcing the change happening in
rust-lang/rust#149868. The intention is to have this published shortly after that PR lands to ensure there's a nightly that folks can test with first.
Rendered