mirror of
https://github.com/defold/extension-websocket.git
synced 2025-11-26 19:00:53 +01: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