From ed26696e39f84cecffd25404078e9ec97f072de0 Mon Sep 17 00:00:00 2001 From: "Katja Ramona Sophie Kwast (zaphyra)" 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 . -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