WebAssembly build without any graphics (headless)

Question

Hello everyone,

New Godot user here :wave:.
I would like to know if it’s possible to make a WebAssembly build that is headless (same behavior as Exporting for dedicated servers — Godot Engine (stable) documentation in English but compiled down to Wasm).
Wanted to do that to be able to run the Wasm on any non-web WebAssembly Runtime, would be awesome :+1:

Thanks a lot for your help!

Bump :+1:

Not sure what you mean with “Wanted to do that to be able to run the Wasm on any non-web WebAssembly Runtime”.

You can export your project to web on a dedicated server.

This is my GitHub action exporting to web.

Everything for Godots 4.3, don’t know about 4.2.