Skip to content

Commit

Permalink
Try a rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Sep 21, 2024
1 parent 7f025f1 commit f7c203a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "./style.css"
import * as kaspa from "@/../wasm"
import wasmBinary from "../wasm/kaspa_bg.wasm?url"

kaspa.default(wasmBinary)
kaspa.default(wasmBinary) // reinitiate wasm (to be removed later)

ReactDOM.createRoot(document.getElementById('root')!).render(
<ThemeProvider>
Expand Down

0 comments on commit f7c203a

Please sign in to comment.