Compare commits

...

3 Commits

Author SHA1 Message Date
Björn Ritzl
3331ec1a8d Update index.md 2025-06-04 07:57:48 +02:00
Kharkunov Eugene
c4d744ec49
Fixed websocket library linkage for all web targets (#56) 2025-05-05 11:10:36 +02:00
Brian
de6d493a1c
Update README.md (#54) 2024-09-09 17:11:52 +02:00
4 changed files with 6 additions and 10 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ lws_source
lws_build
*.profraw
*.der
/.editor_settings

View File

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

View File

@ -72,7 +72,3 @@ 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,9 +7,6 @@ platforms:
includes: ["upload/websocket/include/wslay"]
defines: ["HAVE_CONFIG_H"]
wasm-web:
context:
linkFlags: ["-lwebsocket.js"]
js-web:
web:
context:
linkFlags: ["-lwebsocket.js"]