Skip to content

Commit

Permalink
docs: Provide instructions for downloading wasm artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
BayernMuller committed Sep 22, 2024
1 parent 5e4e04e commit c13b4c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ Follow these steps to build the WebAssembly version of Vibra:
.rwxr-xr-x jayden staff 804 KB Wed Sep 11 23:07:52 2024 vibra.wasm
```

##### If you can't build the WebAssembly version, you can download `vibra.wasm` and `vibra.js` from GitHub workflow artifacts.
* https://github.com/BayernMuller/vibra/actions/workflows/wasm-build.yaml
* Please download `vibra.wasm` and `vibra.js` from the latest successful run.
* and put them in the `vibra/wasm/build` directory to run the demo Node.js app.

### 2. Running the Demo Node.js App "vibrajs"

To run the demo Node.js application:
Expand Down

0 comments on commit c13b4c2

Please sign in to comment.