Replies: 1 comment 4 replies
-
Unfortunately this would be pretty hard to do because we don't have first-class support for wasm code splitting yet. I'm guessing you intend the plugins to be written using sycamore as well? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want my application to be able to define custom UI elements as plugins. The user can install certain plugins and they then show up in my application.
Is it possible for sycamore components to be distributed via WASM as components themselves so I can load them dynamically into my application?
My project is a WYSIWYG editor for a custom data format. That format is extensible and I want new nodes that the user can drag & drop to be distributed as plugins.
Beta Was this translation helpful? Give feedback.
All reactions