mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -04:00
update wisp client and server
This commit is contained in:
parent
b5aff5b085
commit
d0daa89f9c
4 changed files with 6 additions and 4 deletions
|
@ -307,8 +307,10 @@ return {
|
|||
fetch: libcurl_fetch,
|
||||
set_websocket: set_websocket_url,
|
||||
load_wasm: load_wasm,
|
||||
wisp: _wisp_connections,
|
||||
WebSocket: CurlWebSocket,
|
||||
|
||||
wisp_connections: _wisp_connections,
|
||||
WispConnection: WispConnection,
|
||||
|
||||
get copyright() {return copyright_notice},
|
||||
get version() {return get_version()},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "libcurl.js",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"description": "An experimental port of libcurl to WebAssembly for use in the browser.",
|
||||
"main": "libcurl.mjs",
|
||||
"scripts": {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 51ad95a6d912ec404c20284f0cded40c0b5c4e62
|
||||
Subproject commit 8f9098c9bad047c080fe57c1831c1b2a361f7131
|
|
@ -1 +1 @@
|
|||
Subproject commit 3b0d432e89cff7eaa850ba8605b180189e237f1b
|
||||
Subproject commit 2fc9e2b1337ac2a0b15d5da5fabf051a4db31cc7
|
Loading…
Add table
Add a link
Reference in a new issue