-
Notifications
You must be signed in to change notification settings - Fork 988
feat(wasix): build wasm_tests Rust fixtures with cargo-wasix #6698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Arshia001
wants to merge
25
commits into
main
Choose a base branch
from
feat/wasix-rust-wasm-tests
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ae948a8
feat(wasix): build wasm_tests Rust fixtures with cargo-wasix
Arshia001 fc05f6d
Potential fix for pull request finding
Arshia001 24b18eb
Fix style
Arshia001 815bb7d
Simplify wasm_tests cargo-wasix harness per review feedback.
Arshia001 aa21788
Merge remote-tracking branch 'origin/main' into feat/wasix-rust-wasm-…
Arshia001 ca66b23
Style fixes -.-
Arshia001 c4e49b4
fix compilation error
marxin f8514fc
Merge remote-tracking branch 'origin/main' into feat/wasix-rust-wasm-…
Arshia001 f6e793e
Install cargo-wasix in CI + pin rust toolchain tag
Arshia001 90150a9
test(wasix): drop Singlepass from the wasm_tests harness
Arshia001 24e4e88
test(wasix): prebuild Rust wasm_tests fixtures once in CI
Arshia001 ff0e519
ci: drop obsolete wasm32-wasip1 target install from test jobs
Arshia001 de687a7
Merge branch 'main' into feat/wasix-rust-wasm-tests
Arshia001 396e1cf
test(wasix): fix fixture edition clash, fmt, and smoke test in build-…
Arshia001 b313bfe
test(wasix): restore Singlepass via a wasip1 toolchain axis for Rust …
Arshia001 7572f54
chore: default WASM_TESTS_BUILD_ONLY_DIR in the fixtures make target
Arshia001 23d2d33
chore: bump WASIX rust toolchain pin, lint wasm_tests Rust fixtures
Arshia001 509259e
fix(ci): keep wasm_tests .stdin fixtures LF on Windows checkouts
3f6c917
Merge remote-tracking branch 'origin/main' into feat/wasix-rust-wasm-…
Arshia001 a2f3fa6
test(wasix): run Rust wasm_tests fixtures only where a toolchain exists
Arshia001 24e7cc9
chore: bump pinned WASIX rust toolchain to v2026-08-05.1+rust-1.97
Arshia001 c50b87a
Merge remote-tracking branch 'origin/main' into feat/wasix-rust-wasm-…
Arshia001 a1d61ae
Merge remote-tracking branch 'origin/main' into feat/wasix-rust-wasm-…
Arshia001 8dd2332
chore: bump pinned WASIX rust toolchain to v2026-08-06.1+rust-1.97
Arshia001 d31f4ca
test(wasix): address review on the Rust toolchain axis
Arshia001 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,3 +2,4 @@ CHANGELOG.md merge=union | |
| *.wast linguist-vendored | ||
| *.wat linguist-vendored | ||
| scene*.txt -text | ||
| *.stdin -text | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| # Shared CI constants. Loaded into GITHUB_ENV by workflows that need them. | ||
| # Pinned wasix-libc sysroot (wasix-org/wasix-libc release tag). | ||
| WASIX_LIBC_SYSROOT_TAG=v2026-07-30.1 | ||
| # Pinned WASIX rust toolchain (wasix-org/rust release tag). | ||
| WASIX_RUST_TOOLCHAIN_TAG=v2026-08-06.1+rust-1.97 |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.