Replies: 4 comments
-
|
refer: https://www.rspack.dev/guide/introduction.html#compared-with-webpack |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I got it with F&Q: https://www.rspack.dev/misc/FAQ.html#do-custom-plugins-and-custom-loaders-need-to-be-developed-using-rust? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
We currently have no plan for this feature, but feedbacks are welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
How about using WebAssembly? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
What problem does this feature solve?
We know that build time not only depends on the AST operations but also on other operations. If we use
JS/TSto writecustom loaders/plugins, I think it may cause a decrease in compilation speed.What does the proposed API of configuration look like?
Is it possible to provide a
rust crateto write corresponding loaders/plugins based on Rust, load the correspondingcratesnatively, or build corresponding executable files throughnapi-rsfor loading and use?Beta Was this translation helpful? Give feedback.
All reactions