Compatibility, API Support, File Structure
Browser Compatibility
- Chrome 80+
- Firefox 75+
- Safari 14+
- Edge 80+
API Support
As of Godot 4.4.1, web exports are very limited in terms of API availability, only supporting the Compatibility render mode. Furthermore, C# isn't supported, so you can't use the .NET version of the engine for web exports. You can read more info about it here. More on [[#Compatibility]] section down below.
File Structure
When you export for web in Godot:
- The engine compiles your project into WebAssembly
- Resources are packaged into .pck files
- Generated files include:
.wasmfiles containing the compiled engine and game code.pckfiles containing your game assets.jsfiles for browser integration and loading.htmlfiles for displaying the content- Optional service worker files for PWA functionality
Updated about 1 month ago
What’s Next
