Compare commits

..

No commits in common. "master" and "4.0.0" have entirely different histories.

4 changed files with 10 additions and 6 deletions

3
.gitignore vendored
View File

@ -12,5 +12,4 @@ builtins
lws_source
lws_build
*.profraw
*.der
/.editor_settings
*.der

View File

@ -11,9 +11,7 @@ We recommend using a link to a zip file of a [specific release](https://github.c
## API reference
https://defold.com/extension-websocket/
https://defold.com/extension-websocket/websocket_api/
https://defold.com/extension-websocket/api/
## Debugging

View File

@ -72,3 +72,7 @@ socket_timeout = 10000000
## Source code
The source code is available on [GitHub](https://github.com/defold/extension-websocket)
## API reference
https://defold.com/extension-websocket/api/

View File

@ -7,6 +7,9 @@ platforms:
includes: ["upload/websocket/include/wslay"]
defines: ["HAVE_CONFIG_H"]
web:
wasm-web:
context:
linkFlags: ["-lwebsocket.js"]
js-web:
context:
linkFlags: ["-lwebsocket.js"]