[wasm][coreclr] Add scripts to generate the helpers#124006
Merged
radekdoulik merged 2 commits intodotnet:mainfrom Feb 6, 2026
Merged
[wasm][coreclr] Add scripts to generate the helpers#124006radekdoulik merged 2 commits intodotnet:mainfrom
radekdoulik merged 2 commits intodotnet:mainfrom
Conversation
Contributor
|
Tagging subscribers to this area: @agocke, @dotnet/runtime-infrastructure |
Member
Author
|
@AaronRobinsonMSFT please try the I also remembered that the |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds shell scripts to generate CoreCLR call helpers for WebAssembly. The scripts automate the process of running the ManagedToNativeGenerator task to produce C++ helper files needed for CoreCLR on WASM.
Changes:
- Added shell scripts (
generate-coreclr-helpers.shandgenerate-coreclr-helpers.cmd) to automate CoreCLR helper generation for WASM - Modified the assembly scanning glob pattern in WasmAppBuilder.csproj from recursive to non-recursive
- Updated documentation to reference the new generator scripts
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/tasks/WasmAppBuilder/generate-coreclr-helpers.sh | Bash script for Unix/macOS to generate CoreCLR WASM helpers with configurable paths and build configuration |
| src/tasks/WasmAppBuilder/generate-coreclr-helpers.cmd | Windows batch script equivalent with similar functionality and error handling |
| src/tasks/WasmAppBuilder/WasmAppBuilder.csproj | Changed assembly glob pattern from recursive (**/*.dll) to non-recursive (*.dll) |
| docs/workflow/wasm-documentation.md | Added documentation section explaining how to use the generator scripts |
lewing
pushed a commit
to lewing/runtime
that referenced
this pull request
Feb 9, 2026
iremyux
pushed a commit
to iremyux/dotnet-runtime
that referenced
this pull request
Mar 2, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.