-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update to .NET 8 #6
Conversation
AshleighAdams
commented
Feb 2, 2024
•
edited
Loading
edited
- Requires successful run in a browser with a AOT'd Release build
Function trampolining broken again?
|
After some investigation, it dies after calling Old issue from when it broke in .NET 7: dotnet/runtime#76930 |
Reported issue at dotnet/runtime#97906 |
It appears to be working again in .NET 9 preview 3. I was testing .NET 8 referencing this project: https://github.com/RedMike/SdlWasmSample and ran into the same issue you're facing. Upgraded your project to NET9, changed the await dotnet.run() to the imported runMain() and it works. I still hope for this to be fixed in NET 8. |
I can confirm that this works. Thank you for the info. https://github.com/IHaveAStrongPassword/dotnet-webgl-sample/tree/net9 |
Thanks guys, retargeted to .NET 9, will close this PR as it's broken and merge in the .NET 9 one |