Open mcjill opened 18 hours ago
It's good to hear that we have activities on dotnet wasm support! I'm curious how you overcame the restrictions.
... applications (where C# is the entry point) seem to be supported by upstream but libraries (where C++ is the entry point) are NOT supported (this is Godot's case).
Adds initial support for exporting C# Godot projects to WebAssembly:
Fixes #70796