Skip to content

Conversation

@SingleAccretion
Copy link
Contributor

@SingleAccretion SingleAccretion commented Nov 12, 2025

This allows:

int add(int a, int b) => a + b;

to run until the NYI in codegen.

@adamperlin
Copy link
Contributor

@SingleAccretion I am starting work on the R2R object writer. Is it alright if I copy the crossgen2 integration bits from this PR for that purpose?

@SingleAccretion
Copy link
Contributor Author

I am starting work on the R2R object writer. Is it alright if I copy the crossgen2 integration bits from this PR for that purpose?

Sure!

(But do be prepared for them to perhaps change a bit in the course of the review.)

@adamperlin
Copy link
Contributor

adamperlin commented Nov 13, 2025

I am starting work on the R2R object writer. Is it alright if I copy the crossgen2 integration bits from this PR for that purpose?

Sure!

(But do be prepared for them to perhaps change a bit in the course of the review.)

Ok, that sounds good! I will be prepared that they may change and I'll check back during review!

@SingleAccretion
Copy link
Contributor Author

@dotnet/jit-contrib

@am11 am11 added the arch-wasm WebAssembly architecture label Nov 15, 2025
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing, @pavelsavara
See info in area-owners.md if you want to be subscribed.

Copy link
Member

@AndyAyersMS AndyAyersMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JIT side of this looks good to me.

@kg any other comments?

@kg
Copy link
Member

kg commented Nov 19, 2025

The JIT side of this looks good to me.

@kg any other comments?

This LGTM as well! Thanks for all the hard work.

@AndyAyersMS AndyAyersMS merged commit 4fed3f3 into dotnet:main Nov 19, 2025
156 of 158 checks passed
@SingleAccretion SingleAccretion deleted the WasmJit-Cg branch November 19, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arch-wasm WebAssembly architecture area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants