fetch wasm bundle locally (#2257)

This commit is contained in:
Kurt Hutten
2024-04-26 09:59:10 +10:00
committed by GitHub
parent c4e7754fc5
commit b413538e9e
3 changed files with 29 additions and 0 deletions

View File

@ -59,6 +59,10 @@ followed by:
```
yarn build:wasm-dev
```
or if you have the gh cli installed
```
./get-latest-wasm-bundle.sh # this will download the latest main wasm bundle
```
That will build the WASM binary and put in the `public` dir (though gitignored)