Merge branch 'main' into v0.4

This commit is contained in:
ading2210 2024-02-28 14:46:05 -08:00
commit b15b79c22a
3 changed files with 5 additions and 3 deletions

View file

@ -271,9 +271,11 @@ return {
fetch: libcurl_fetch,
set_websocket: set_websocket_url,
load_wasm: load_wasm,
wisp: _wisp_connections,
WebSocket: CurlWebSocket,
TLSSocket: TLSSocket,
wisp_connections: _wisp_connections,
WispConnection: WispConnection,
get copyright() {return copyright_notice},
get version() {return get_version()},