chore: update commented wasm_exec URL to reflect Go 1.25.3 lib path

The commented URL in service-worker.js was pointing to the old misc/wasm directory, which has been moved to lib/wasm in Go's repository for version 1.25.3. This update ensures the comment accurately reflects the current location.

lemon-mint committed Nov 5, 2025 at 08:40 UTC 3f24648e8d7ebf7ea970dbe0bd6d03e903f0d7b9
1 file changed +1 -1
cmd/webclient/service-worker.js
+1 -1
@@ -1,4 +1,4 @@
1 -// const wasm_exec_URL = "https://cdn.jsdelivr.net/gh/golang/go@go1.25.3/misc/wasm/wasm_exec.js";
1 +// const wasm_exec_URL = "https://cdn.jsdelivr.net/gh/golang/go@go1.25.3/lib/wasm/wasm_exec.js";
2 const wasm_exec_URL = "/wasm_exec.js";
3 const manifest_URL = "/manifest.json";
4