update wisp client and server

This commit is contained in:
ading2210 2024-02-28 14:40:29 -08:00
parent b5aff5b085
commit d0daa89f9c
4 changed files with 6 additions and 4 deletions

View file

@ -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()},