diff --git a/client/src/App.js b/client/src/App.js index 6710a76..80bb2dc 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -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);