Replies: 1 comment 8 replies
-
You have two options: use something like https://github.com/goki/rqlite, which works on the web, or send requests to a separate server that handles database requests with an API, which is what you would do with a normal web app. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when I am launching my app with
core run web
it shows following on web browser and error in web console I understand thatwasm app have some restriction so how do I design my app.
Beta Was this translation helpful? Give feedback.
All reactions