make nebula use latest version of libcurl
This commit is contained in:
parent
237c783382
commit
07f6c70dbe
1 changed files with 2 additions and 4 deletions
|
|
@ -21,8 +21,7 @@ function changeTransport(transport: string, wispUrl: string) {
|
||||||
localStorage.setItem("transport", "libcurl");
|
localStorage.setItem("transport", "libcurl");
|
||||||
console.log("Setting transport to Libcurl");
|
console.log("Setting transport to Libcurl");
|
||||||
SetTransport("CurlMod.LibcurlClient", {
|
SetTransport("CurlMod.LibcurlClient", {
|
||||||
wisp: wispUrl,
|
wisp: wispUrl
|
||||||
wasm: "https://cdn.jsdelivr.net/npm/libcurl.js@v0.5.3/libcurl.wasm"
|
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case "bare":
|
case "bare":
|
||||||
|
|
@ -35,8 +34,7 @@ function changeTransport(transport: string, wispUrl: string) {
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
SetTransport("CurlMod.LibcurlClient", {
|
SetTransport("CurlMod.LibcurlClient", {
|
||||||
wisp: wispUrl,
|
wisp: wispUrl
|
||||||
wasm: "https://cdn.jsdelivr.net/npm/libcurl.js@v0.5.3/libcurl.wasm"
|
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue