mirror of
https://github.com/defold/extension-websocket.git
synced 2025-06-27 17:57:43 +02:00
Compare commits
No commits in common. "master" and "4.0.0" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,4 +13,3 @@ lws_source
|
|||||||
lws_build
|
lws_build
|
||||||
*.profraw
|
*.profraw
|
||||||
*.der
|
*.der
|
||||||
/.editor_settings
|
|
@ -11,9 +11,7 @@ We recommend using a link to a zip file of a [specific release](https://github.c
|
|||||||
|
|
||||||
## API reference
|
## API reference
|
||||||
|
|
||||||
https://defold.com/extension-websocket/
|
https://defold.com/extension-websocket/api/
|
||||||
|
|
||||||
https://defold.com/extension-websocket/websocket_api/
|
|
||||||
|
|
||||||
## Debugging
|
## Debugging
|
||||||
|
|
||||||
|
@ -72,3 +72,7 @@ socket_timeout = 10000000
|
|||||||
## Source code
|
## Source code
|
||||||
|
|
||||||
The source code is available on [GitHub](https://github.com/defold/extension-websocket)
|
The source code is available on [GitHub](https://github.com/defold/extension-websocket)
|
||||||
|
|
||||||
|
## API reference
|
||||||
|
|
||||||
|
https://defold.com/extension-websocket/api/
|
||||||
|
@ -7,6 +7,9 @@ platforms:
|
|||||||
includes: ["upload/websocket/include/wslay"]
|
includes: ["upload/websocket/include/wslay"]
|
||||||
defines: ["HAVE_CONFIG_H"]
|
defines: ["HAVE_CONFIG_H"]
|
||||||
|
|
||||||
web:
|
wasm-web:
|
||||||
|
context:
|
||||||
|
linkFlags: ["-lwebsocket.js"]
|
||||||
|
js-web:
|
||||||
context:
|
context:
|
||||||
linkFlags: ["-lwebsocket.js"]
|
linkFlags: ["-lwebsocket.js"]
|
Loading…
x
Reference in New Issue
Block a user