1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From ed26696e39f84cecffd25404078e9ec97f072de0 Mon Sep 17 00:00:00 2001
From: "Katja Ramona Sophie Kwast (zaphyra)" <git@zaphyra.eu>
Date: Wed, 20 Aug 2025 09:13:49 +0200
Subject: [PATCH] web: remove underscore from gomuks.wasm
---
web/src/api/wasm/wasmuks.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/src/api/wasm/wasmuks.ts b/web/src/api/wasm/wasmuks.ts
index c002d39..c2b94c7 100644
--- a/web/src/api/wasm/wasmuks.ts
+++ b/web/src/api/wasm/wasmuks.ts
@@ -13,7 +13,7 @@
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
-import initGomuksWasm from "./_gomuks.wasm?init"
+import initGomuksWasm from "./gomuks.wasm?init"
import "./go_wasm_exec.js"
import initSqlite from "./sqlite_bridge.ts"
--
2.50.1