-
-
Notifications
You must be signed in to change notification settings - Fork 757
docs: update FAQ to clarify Rspack's support for Wasm and RSC #12432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for rspack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this 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 updates the Rspack FAQ documentation to reflect current capabilities and remove outdated information. The changes streamline the FAQ by removing speculative content and updating existing answers with concrete information about Rust plugin development and React Server Components support.
- Removes the Wasm browser-side build question entirely
- Updates the Rust plugin/loader development answer from "exploring" to confirming support with a reference template
- Simplifies the RSC answer and updates the PR reference from #5824 to #12012
- Removes the production environment readiness question
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| website/docs/zh/misc/faq.mdx | Chinese FAQ updated to remove outdated Wasm and production questions, clarify Rust support, and update RSC status |
| website/docs/en/misc/faq.mdx | English FAQ updated with same changes as Chinese version for consistency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Rsdoctor Bundle Diff AnalysisFound 5 project(s) in monorepo. 📁 react-10kPath:
📁 react-1kPath:
📁 react-5kPath:
📁 romePath:
📁 ui-componentsPath:
Generated by Rsdoctor GitHub Action |
Summary
Update the FAQ to clarify Rspack's support for Wasm and RSC, remove outdated contents.
Checklist