Skip to content

Commit 2be5a35

Browse files
Bump libcurl WASM version
1 parent 0654a14 commit 2be5a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/js/transports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function setTransports(transport) {
3535

3636

3737
function setLibcurlTransport() {
38-
BareMux.SetTransport('CurlMod.LibcurlClient', { wisp: localStorage.getItem('wispUrl') || wispUrl, wasm: 'https://cdn.jsdelivr.net/npm/[email protected].2/libcurl.wasm' })
38+
BareMux.SetTransport('CurlMod.LibcurlClient', { wisp: localStorage.getItem('wispUrl') || wispUrl, wasm: 'https://cdn.jsdelivr.net/npm/[email protected].3/libcurl.wasm' })
3939
}
4040

4141

0 commit comments

Comments
 (0)