Skip to content

Commit

Permalink
Bump WASM32 sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Sep 21, 2024
1 parent f7c203a commit 88548f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
bun-version: 1.1.22
- name: Install WASM binaries from aspectron.org
run: wget -O wasm.zip https://kaspa.aspectron.org/nightly/downloads/kaspa-wasm32-sdk-2024-09-07.zip
run: wget -O wasm.zip https://kaspa.aspectron.org/nightly/downloads/kaspa-wasm32-sdk-2024-09-13.zip
- name: Extract WASM binaries
run: |
7z x wasm.zip
Expand Down
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) // reinitiate wasm (to be removed later)
kaspa.default(wasmBinary)

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

0 comments on commit 88548f5

Please sign in to comment.