Comment by phiresky
5 years ago
The actual transferred data for the sqlite code should only be 550kB (gzip compression).
Stripping out the write parts is a good idea. SQLite actually has a set of compile time flags to omit features [1]. I just tried enabling as many of those as possible, but it didn't seem to reduce wasm size much, though I might be doing something wrong. There's also no easy flags to disable CREATE / UPDATE / INSERT .
I smell a series of pull requests...