We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1331423 commit 2063919Copy full SHA for 2063919
src/sw.ts
@@ -4,7 +4,7 @@ export type {};
4
declare const self: ServiceWorkerGlobalScope;
5
declare const clients: Clients;
6
7
-const assets = ["simulator.html", "build/simulator.js", "build/firmware.js"];
+const assets = ["simulator.html", "build/simulator.js", "build/firmware.js", "build/firmware.wasm"];
8
const cacheName = `simulator-${process.env.VERSION}`;
9
10
self.addEventListener("install", (event) => {
0 commit comments