sagemathinc / cowasm

CoWasm: Collaborative WebAssembly for Servers and Browsers. Built using Zig. Supports Python with extension modules, including numpy.

Home Page:https://cowasm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite doesn't work when using the filesystem

williamstein opened this issue · comments

Currently the sqlite in cowasm works fine when used in memory. However, if you instead try to use it with the filesystem, there are problems.

I noticed that this post about yet another python.wasm build says they have a modified sqlite they build. Maybe it has a solution to my problem?

When targeting browsers, a good article about Chrome, SQLite, and OPFS. I know cowasm is about more than browser though.