godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.3k stars 21.24k forks source link

mono/wasm: Initial WebAssembly support for C# projects #99508

Open mcjill opened 18 hours ago

mcjill commented 18 hours ago

Adds initial support for exporting C# Godot projects to WebAssembly:

Fixes #70796

Delsin-Yu commented 3 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).