mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 20:23:53 +00:00
6a644d3ee1
Webassembly is client-only for obvious reasons. Other platforms support both client and server using libwebsockets.
8 lines
73 B
Python
8 lines
73 B
Python
|
|
def can_build(platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|