Skip to content

Commit

Permalink
fix: playground build
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Oct 26, 2024
1 parent fc45373 commit f3caffe
Show file tree
Hide file tree
Showing 5 changed files with 1,200 additions and 2,187 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build wasm
run: |
cd playground
wasm-pack build
wasm-pack build --release
- uses: actions/setup-node@v3
with:
node-version: 16
Expand Down
1 change: 1 addition & 0 deletions playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ wasm-bindgen-test = "0.3.13"
[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"
strip = true
Loading

0 comments on commit f3caffe

Please sign in to comment.