processing / processing/libprocessing
wasm-opt missing from wasm-pack install on Windows
未關閉
還沒有人認領這個 Issue。
- 主要語言
- Rust
- 星號
- 69
- 分支
- 14
- 平均合併
- 15 天 22 小時
- 30 天內合併 PR
- 3
描述
Hello !
I noticed that when installing wasm-pack on Windows (via PowerShell if that helps), wasm-opt was missing (which make the web assembly build fail). I fixed it by simply installing wasm-opt manually (cargo install wasm-opt).
I didn't have that issue on macOS, where install wasm-pack came with wasm-opt.
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先,透過 PowerShell 重現 Windows 上的 wasm-pack 安裝,並與 macOS 上的安裝進行比較,重點確認是否包含 wasm-opt。完成的標準是:全新的 Windows 安裝能夠提供 wasm-opt,而不需要手動執行 cargo install wasm-opt,且 WebAssembly 建置成功。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- powershell, rust, wasm
- 領域
- build-system, devtools
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 活躍
- 描述清晰度
- 基本清楚
- 新手友好度
- 64/100