mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 14:00:01 -04:00
add wisp support
This commit is contained in:
parent
248d5b0161
commit
95121068bc
5 changed files with 17 additions and 5 deletions
|
@ -4,6 +4,9 @@ window.libcurl = (function() {
|
|||
//emscripten compiled code is inserted here
|
||||
/* __emscripten_output__ */
|
||||
|
||||
//wisp client code goes here
|
||||
/* __wisp_libraries__ */
|
||||
|
||||
const websocket_url = `wss://${location.hostname}/ws/`;
|
||||
|
||||
const status_messages = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue