# wasm-pack-action **Repository Path**: captiain/wasm-pack-action ## Basic Information - **Project Name**: wasm-pack-action - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-22 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# `wasm-pack-action` Install `wasm-pack` by downloading the executable (much faster than `cargo install wasm-pack`, seconds vs minutes). ## Patch | before | now | | :-: | :-: | | node16 | node20 | | eslint | oxlint | | @zeit/ncc | @vercel/ncc | ## Usage ```yaml - uses: qmaru/wasm-pack-action@v0.5.0 with: # Optional version of wasm-pack to install(eg. 'v0.12.1', 'latest') version: 'latest' ``` ## Resources [wasm-pack](https://github.com/rustwasm/wasm-pack) [wasm-pack-action](https://github.com/jetli/wasm-pack-action)