Change "WASM" to "Wasm" for WebAssembly#36179
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR standardizes the abbreviation of WebAssembly from "WASM" (all caps) to "Wasm" (title case) throughout the Blazor documentation to align with industry standards and improve consistency.
- Updates WebAssembly abbreviation formatting across multiple documentation files
- Changes occur in both narrative text and table headers
- Maintains consistency with standard WebAssembly abbreviation conventions
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| aspnetcore/blazor/performance/webassembly-runtime-performance.md | Updated WebAssembly abbreviation in Microsoft Edge security section |
| aspnetcore/blazor/hosting-models.md | Changed abbreviation in hosting model descriptions and comparison tables |
| aspnetcore/blazor/host-and-deploy/webassembly/deployment-layout.md | Updated references in deployment bundling documentation |
| aspnetcore/blazor/fundamentals/handle-errors.md | Modified abbreviation in error handling notes and references |
| aspnetcore/blazor/debug.md | Updated abbreviation in browser source maps section |
wadepickett
approved these changes
Oct 3, 2025
Contributor
wadepickett
left a comment
There was a problem hiding this comment.
@guardrex , Looks good. Approved.
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.
Fixes #36177
Quick fix and per approval by DR here, we're going to convert a handful of "WASM" (caps) abbreviations to "Wasm" for both consistency and to match the usual way that "WebAssembly" is abbreviated by specs and around the Net.
I just need one signoff to get this in.
Internal previews