Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 972 Bytes

File metadata and controls

32 lines (19 loc) · 972 Bytes

install-wasm-pack

Installs wasm-pack, for creating Rust-based web assemblies.

🃏Example

steps:
  - uses: giancosta86/aurora-github/actions/install-wasm-pack@v10

Please, note: this action is automatically run by verify-rust-wasm and publish-rust-wasm.

☑️Requirements

The npm command must be available on the system.

📥Inputs

Name Type Description Default value
wasm-pack-version string The wasm-pack version to install

🌐Further references