mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 09:24:19 +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 {
|
try {
|
||||||
const go = new window.Go();
|
const go = new window.Go();
|
||||||
const result = await WebAssembly.instantiateStreaming(
|
const result = await WebAssembly.instantiateStreaming(
|
||||||
fetch("/main.wasm"),
|
fetch("/fingerprint.wasm"),
|
||||||
go.importObject
|
go.importObject
|
||||||
);
|
);
|
||||||
go.run(result.instance);
|
go.run(result.instance);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue