mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-27 07:52:18 +02:00
Use builtin Emscripten webscoket implementation for html5.
Update .gitignore.
This commit is contained in:
@@ -6,3 +6,10 @@ platforms:
|
||||
context:
|
||||
includes: ["upload/websocket/include/wslay"]
|
||||
defines: ["HAVE_CONFIG_H"]
|
||||
|
||||
wasm-web:
|
||||
context:
|
||||
linkFlags: ["-lwebsocket.js"]
|
||||
js-web:
|
||||
context:
|
||||
linkFlags: ["-lwebsocket.js"]
|
Reference in New Issue
Block a user