Skip to content

Conversation

Ansonhkg
Copy link
Collaborator

WHAT

Add Rust and wasm-pack to Docker release workflow

@Copilot Copilot AI review requested due to automatic review settings September 26, 2025 14:59
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds Rust and wasm-pack installation steps to the Docker release workflow to support building WebAssembly components.

  • Adds Rust toolchain installation with stable version and rust-std components
  • Adds wasm-pack installation using the latest version

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

- name: Install wasm-pack
uses: jetli/wasm-pack-action@v0.4.0
with:
version: 'latest'
Copy link
Preview

Copilot AI Sep 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using 'latest' for wasm-pack version can lead to unpredictable builds. Consider pinning to a specific version for reproducible builds.

Suggested change
version: 'latest'
version: '0.12.1'

Copilot uses AI. Check for mistakes.

@Ansonhkg Ansonhkg merged commit e6544c6 into master Sep 26, 2025
2 checks passed
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