Remove wasi supports of plugin system #10634
CPunisher
started this conversation in
Plugin request / idea
Replies: 2 comments 2 replies
-
Considering that wasmer introduces a lot of dependencies, this change should be of great help in optimizing the binary size of |
Beta Was this translation helpful? Give feedback.
0 replies
-
I like the idea. I think we should experiment first, though. Some plugins may want to access local files. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Currently wasmer introduces too many crates to support features like io and networks. However, it would be better if plugins only do pure transformation. We may try to disable all unnecessary abilities of the plugin runtime.
I'm not sure currently how many plugins or which part of the swc plugin runtime are relying on these. To avoid breaking changes, we may first introduce a cargo feature to do that.
cc @kdy1 @kwonoj
Beta Was this translation helpful? Give feedback.
All reactions