We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655eb9b commit 8e243ffCopy full SHA for 8e243ff
1 file changed
.github/workflows/wasm.yml
@@ -40,6 +40,7 @@ jobs:
40
41
- name: Build WASM app
42
run: |
43
+ rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
44
export RUSTUP_TOOLCHAIN=nightly
45
wasm-pack build --out-dir www/pkg --target web --release --no-default-features --features "wasm-draw"
46
wasm-opt -O3 --enable-bulk-memory --enable-nontrapping-float-to-int -o www/pkg/kalc_plot_bg.wasm www/pkg/kalc_plot_bg.wasm
0 commit comments