Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Mar 11, 2024
1 parent 148d7ca commit d238ea1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion epoxytransport
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"rammerhead": "https://github.com/Ruby-Network/rammerhead/releases/download/v1/rammerhead-2.tgz",
"sass": "^1.71.1",
"typescript": "^5.4.2",
"wisp-server-node": "^1.0.1",
"wisp-server-node": "^1.0.2",
"yaml": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion src/public/js/transports.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function setTransports(transport) {


function setLibcurlTransport() {
BareMux.SetTransport('CurlMod.LibcurlClient', { wisp: localStorage.getItem('wispUrl') || wispUrl, wasm: '/libcurl.wasm' })
BareMux.SetTransport('CurlMod.LibcurlClient', { wisp: localStorage.getItem('wispUrl') || wispUrl, wasm: 'https://cdn.jsdelivr.net/npm/[email protected]/libcurl.wasm' })
}


Expand Down
Binary file removed src/public/libcurl.wasm
Binary file not shown.

0 comments on commit d238ea1

Please sign in to comment.