SQL.JS and sql-wasm.wasm file in Fontend Wails after build
#3750
Replies: 0 comments
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.
-
I use
sql.jsfor fontend andsql-wasm.wasmfile in assets folder to store data for browser app, after wails build, where will that file store and how can i find it? Any suggestions for use it. If self update happens or uninstall app and reinstall, will the data be saved or remove.Background:

I use
Wailsas a webview instead ofElectronfor mycapacitor,svelteproject. I usesql.jsin my project for web environment andsqlitefor native environment. To use all of my source code, I built my svelte app with web environment.My tests:
My cache folder:

Beta Was this translation helpful? Give feedback.
All reactions