1
0

Fix nixpack configuration file for deployment
All checks were successful
Build and test project / build-and-test (push) Successful in 2m51s

This commit is contained in:
2026-03-17 19:21:18 +01:00
parent 596354569e
commit 1889d811d0
3 changed files with 8 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ async function loadWasm() {
const go = new Go();
const result = await WebAssembly.instantiateStreaming(
fetch('../wasm/kobopatch.wasm?ts=1773751630'),
fetch('../wasm/kobopatch.wasm?ts=1773771588'),
go.importObject
);
go.run(result.instance);