6a644d3ee1
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
|