This commit is contained in:
Prad Nukala
2024-09-22 01:26:15 -04:00
parent 9a6de8d24e
commit df96e8d562
10 changed files with 108 additions and 101 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ importScripts(
"https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@v1.1.0/sw.js",
);
registerWasmHTTPListener("app.wasm");
registerWasmHTTPListener("/app.wasm");
// Skip installed stage and jump to activating stage
self.addEventListener("install", (event) => {