Improve device and version detection
This commit is contained in:
@@ -10,7 +10,7 @@ async function loadWasm() {
|
||||
|
||||
const go = new Go();
|
||||
const result = await WebAssembly.instantiateStreaming(
|
||||
fetch('../wasm/kobopatch.wasm?ts=1773771588'),
|
||||
fetch('../wasm/kobopatch.wasm?ts=1773916731'),
|
||||
go.importObject
|
||||
);
|
||||
go.run(result.instance);
|
||||
|
||||
Reference in New Issue
Block a user