Closed lianzhilu closed 1 day ago
That's a very ancient build.
Things work when you do this:
wasmer run --mapdir /data:$(pwd) sqlite/sqlite --entrypoint sqlite3 -- /data/db.sqlite3
@lianzhilu I will close this issue. If you have any other problem feel free to reopen it or reach out to us on discord.
I get
sqlite.wasm
by compiling files from wapm-sqlite.Then, I try to run sqlite on wasmer with a specified database file, and my command is
After entering the sqlite interface, I try to figure out the current database sqlite uses:
and it turns out:
I've try other commands like:
but they dont work.