How to communicate with WASM plugin? #11113
Unanswered
dominictobias
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi, if a transform plugin builds up e.g. an object of CSS which should then be output as CSS to a file (i.e. compile time CSS-in-JS), how does the main SWC program and the WASM module communicate that? Similarly if the plugin is used in another system e.g. Vite (via let's say
@vitejs/plugin-react-swc
)? ThanksBeta Was this translation helpful? Give feedback.
All reactions