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
Btw, a related question:
How can I add gluon modules that should be are available for import, such that I specify them as string (.glu file content + module name), not as real filename?
In my use case the modules only exist as Strings in RAM (e.g. when running in the Wasm frontend), not as files on the file system. So I'd like to import them from RAM, is it possible somehow? :)
Calling load_script will register the script under the given file name which you can then import by refering to the module name (my/file.glu -> my.file etc)
When I try to use gluon on Wasm (in a web frontend using
trunk serve
), I get this runtime error:I'm using the latest version with these features:
(When I don't call the function that uses gluon, the frontend works fine without errors.)
Any idea why it's not working? :)
The text was updated successfully, but these errors were encountered: