We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7764ff1 commit 9a8b649Copy full SHA for 9a8b649
.github/workflows/precompile.yml
@@ -12,13 +12,9 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Precompile library
15
+ - name: Setup emscripten
16
+ uses: ./.github/actions/setup-emscripten
17
run: |
- git clone https://github.com/emscripten-core/emsdk.git
- cd emsdk
18
- ./emsdk install latest
19
- ./emsdk activate latest
20
- source ./emsdk_env.sh
21
- cd ../sqlite-wasm-rs
22
rustup toolchain install 1.78.0
23
rustup default 1.78.0
24
rustup target add wasm32-unknown-unknown
0 commit comments