Replies: 1 comment 1 reply
-
I don't believe swc/wasm is equivalent to the plugin you want to achieve. After all, current swc's transform is 1:1 input - ouput fn, so if you need to provide some features on top of it you may need to construct your own. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://www.npmjs.com/package/@rollup/plugin-virtual
I hope to utilize the
@swc/wasm-web
with multiple source files that is composed in the memory.How can I do that? Finding types defined in the
@swc/wasm-web
, but don't know which option is for it.Beta Was this translation helpful? Give feedback.
All reactions