upgrade libcurl to v0.5.2
This commit is contained in:
parent
f92b059604
commit
342e8e264f
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue