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
-
I use
sql.js
for fontend andsql-wasm.wasm
file 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
Wails
as a webview instead ofElectron
for mycapacitor
,svelte
project. I usesql.js
in my project for web environment andsqlite
for 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