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
-
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/TS
to 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 crate
to write corresponding loaders/plugins based on Rust, load the correspondingcrates
natively, or build corresponding executable files throughnapi-rs
for loading and use?Beta Was this translation helpful? Give feedback.
All reactions