-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Meta] Wasm-based experimental plugin support #3167
Comments
Subtasks:
Now plugin implementation reached |
Closing as initial completion. Please use #3540 for the suggestions / discussions, and create a new issue if there's a bug need to be fixed. |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Describe the feature
Originating from #2635 (comment) .
It looks like we are able to push forward wasm based plugin, this issue is filed for tracking its subtasks to officially release features. Still it'll be exposed under
experimental
flag to iterate implementaion with possibly breaking changes.abi_stable
(refactor(swc/plugins): load wasm plugin with cache (#3167 part 1) #3179)plugin_ast
swc_common/plugin
to utilize https://wasmerio.github.io/wasmer/crates/doc/wasmer/macro.imports.htmlswc_plugin_runner
(refactor(swc/plugins): load wasm plugin with cache (#3167 part 1) #3179)swc
's subcommand)swc/crates/swc/src/plugin.rs
Line 19 in fc4c670
The text was updated successfully, but these errors were encountered: