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
Should probably explain my use case better.
I am building a modular synthesizer, and I need some default modules and widget prefabs to serve as examples. For the most part, I can ask the user to select a file to load, but it's bad UX to ask the user to download example for use with a web app.
So I want to bundle those examples on wasm32, but keep loading everything at runtime on native, in case the user made or downloaded some extra modules.
My use case is that I want embed some prefabs in wasm build, but load them(as well as user-defined ones) from fs at runtime everywhere else.
The text was updated successfully, but these errors were encountered: