Skip to content

Commit

Permalink
chore: upgrades to go-wasm-http-server v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Oct 14, 2024
1 parent da34cf2 commit 6599c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified docs/wasm/catption.wasm
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/wasm/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
importScripts('https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@v1.0.0/sw.js')
importScripts('https://cdn.jsdelivr.net/gh/golang/go@go1.23.1/misc/wasm/wasm_exec.js')
importScripts('https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@v2.0.1/sw.js')

addEventListener('install', (event) => {
event.waitUntil(skipWaiting())
Expand Down

0 comments on commit 6599c21

Please sign in to comment.