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
|
||||
*.profraw
|
||||
*.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
|
||||
|
||||
https://defold.com/extension-websocket/
|
||||
|
||||
https://defold.com/extension-websocket/websocket_api/
|
||||
https://defold.com/extension-websocket/api/
|
||||
|
||||
## Debugging
|
||||
|
||||
|
@ -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/
|
||||
|
@ -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"]
|
Loading…
x
Reference in New Issue
Block a user