dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.23k stars 4.45k forks source link

[WASM] Fix third parameter marshaling on callbacks #101638

Closed maxkatz6 closed 2 weeks ago

maxkatz6 commented 2 weeks ago

This reason of the issue seems to be a simple typo. On top of that adding a unit tests.

Note, I didn't figure out how to build wasm unit tests locally yet, so hopping for CI to help here. Let me know, if I am missing anything.

Fix #101637

pavelsavara commented 1 week ago

Thank you!