Skip to content

Commit

Permalink
try to add basic wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Apr 19, 2022
1 parent 1acdef6 commit 66c6a43
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,18 @@ jobs:

- name: Docs
run: cargo doc --no-deps

wasm-pack:
name: Wasm stuff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
target: wasm32-unknown-unknown
- name: install wasm-pack
run: cargo install wasm-pack
- name: build with default features
run: wasm-pack build

0 comments on commit 66c6a43

Please sign in to comment.