Replies: 1 comment 3 replies
-
There's one in rust api, but not exposed to javascript. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I experimented with swc and from what I understand there is no support for outputting the bundle as a iife. So either it's polluting the global namespace or tries to act like a module to something else.
Beta Was this translation helpful? Give feedback.
All reactions