mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-16 16:34:21 +00:00
Update WASM load path to fingerprint.wasm
This commit is contained in:
parent
e299b9bda5
commit
ae6e7a3805
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ function App() {
|
|||
try {
|
||||
const go = new window.Go();
|
||||
const result = await WebAssembly.instantiateStreaming(
|
||||
fetch("/main.wasm"),
|
||||
fetch("/fingerprint.wasm"),
|
||||
go.importObject
|
||||
);
|
||||
go.run(result.instance);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue