For AI agents: the complete documentation index is available at /zh/llms.txt, the full documentation bundle is available at /zh/llms-full.txt, and this page is available as Markdown at /zh/contribute/development/prerequisites.md.
close

准备工作

Rspack 使用 RustNAPI-RS 构建,然后被发布为 Node.js 包。

安装 Rust

  • 使用 rustup 安装 Rust。
  • 如果你在使用 VS Code,我们推荐安装 rust-analyzer 扩展。

安装 Node.js

使用最新的 Node.js LTS 版本。安装说明请参考 安装 Node.js