You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make your app modular, you can separate the code into different crates. I want to create an app that is customizable by the user. Developers can simply build packages, and users can add these packages to customize the UI without needing any coding experience. For example, if a user wants to add a new page with some features, they can easily upload it as plugin. I'm not sure how to implement it in Yew or what the best practices are. Lapce provides a WASI plugin system. A similar example or how to do it in Yew or Tauri with Yew would be better.
May be it can be done using wasmtime, for loading wasm file, but currently yew doesn't support wastime.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
To make your app modular, you can separate the code into different crates. I want to create an app that is customizable by the user. Developers can simply build packages, and users can add these packages to customize the UI without needing any coding experience. For example, if a user wants to add a new page with some features, they can easily upload it as plugin. I'm not sure how to implement it in Yew or what the best practices are.
Lapce provides a WASI plugin system. A similar example or how to do it in Yew or Tauri with Yew would be better.
May be it can be done using wasmtime, for loading wasm file, but currently yew doesn't support wastime.
Beta Was this translation helpful? Give feedback.
All reactions