Use wasm-latest instead of wasm-3.0 in tests and docs#2065
Closed
tlively wants to merge 6 commits intowasm-latest-spectecfrom
Closed
Use wasm-latest instead of wasm-3.0 in tests and docs#2065tlively wants to merge 6 commits intowasm-latest-spectecfrom
tlively wants to merge 6 commits intowasm-latest-spectecfrom
Conversation
To give proposal repos a consistent location to make changes to the SpecTec source and to simplify merging those proposals back into the spec repo once they are completed. The new directory is a copy of the wasm-3.0 directory in its current state, created via a sequence of git mv and merge operations to preserve the blame history in both directories. Also add a new CI script ensuring that the contents of wasm-latest match the contents of the highest versioned wasm-X.Y directory. This will ensure that bug fixes are applied in both directories.
This will reduce the number of changes necessary when we cut new releases in the future.
876018f to
2e3e94f
Compare
7fd9349 to
3bb40f8
Compare
rossberg
approved these changes
Feb 2, 2026
| check-latest: $(EXE) | ||
| $(EXE) wasm-latest/* | ||
| @echo Wasm latest spec checked OK. | ||
| @echo ========================= |
Member
There was a problem hiding this comment.
Nit: adjust underlines (here and below).
5a9f3db to
0e2749e
Compare
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 will reduce the number of changes necessary when we cut new
releases in the future.