upgrade libcurl to v0.5.2

This commit is contained in:
MotorTruck1221 2024-03-10 23:52:59 -06:00 committed by GitHub
parent f92b059604
commit 342e8e264f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -15,7 +15,7 @@ function changeTransport(transport: string, wispUrl: string) {
console.log("Setting transport to Libcurl");
SetTransport("CurlMod.LibcurlClient", {
wisp: wispUrl,
wasm: "/libcurl.wasm"
wasm: "http://cdn.jsdelivr.net/npm/libcurl.js@v0.5.2/libcurl.wasm"
});
break;
case "bare":