Skip to content

ci: use the shared build-wasm action - #21

Merged
alvgaona merged 1 commit into
mainfrom
ci/use-shared-build-wasm
Aug 9, 2026
Merged

ci: use the shared build-wasm action#21
alvgaona merged 1 commit into
mainfrom
ci/use-shared-build-wasm

Conversation

@alvgaona

@alvgaona alvgaona commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Replaces the wasm-bindgen chain in both wasm jobs with rewire-run/actions/build-wasm@v1, and moves the release job's toolchain and cache to setup-rust while it is being touched. The ci and release copies had drifted on binaryen and wasm-opt, which is now the optimize input.

Replaces the wasm-bindgen chain in both wasm jobs with
rewire-run/actions/build-wasm@v1, and migrates the release job's
toolchain and cache to setup-rust while it is being touched.

The two copies had already drifted: ci installed no binaryen and never
optimized, release did both. That difference is now the optimize input
rather than two separately maintained step lists.

Behaviour is unchanged. Same wasm-bindgen 0.2.117, same binaryen
version_130, same --no-default-features, same web/ output directory, and
the release job keeps its release profile and wasm-opt -Oz pass.
@alvgaona
alvgaona merged commit 11d603e into main Aug 9, 2026
4 checks passed
@alvgaona
alvgaona deleted the ci/use-shared-build-wasm branch August 9, 2026 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant