mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Webassembly is client-only for obvious reasons. Other platforms support both client and server using libwebsockets.
7 lines
73 B
Python
7 lines
73 B
Python
|
|
def can_build(platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|