We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f99f9e commit fa8c6ebCopy full SHA for fa8c6eb
.github/workflows/build.yml
@@ -7,5 +7,13 @@ jobs:
7
- name: Checkout
8
uses: actions/checkout@v4
9
10
+ - name: Set up Rust toolchain
11
+ uses: dtolnay/rust-toolchain@stable
12
+ with:
13
+ targets: wasm32-unknown-unknown
14
+
15
+ - name: Install wasm-pack
16
+ run: curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
17
18
- name: Build library
- run: cargo build
19
+ run: wasm-pack build --scope libresplit --target web --release
0 commit comments