It'd be awesome if it there were like a few steps, documented somewhere, that one could follow to replace the wasm build of sqlite that this package ships with with a custom one. It looks like that should be possible, but it doesn't seem obvious what exact the steps should be.
It'd be interesting also if this package exported a sort of "bring your own wasm" implementation, where you give the library the Uint8Array containing sqlite yourself, so that custom builds can be used without forking this package.
It'd be awesome if it there were like a few steps, documented somewhere, that one could follow to replace the wasm build of sqlite that this package ships with with a custom one. It looks like that should be possible, but it doesn't seem obvious what exact the steps should be.
It'd be interesting also if this package exported a sort of "bring your own wasm" implementation, where you give the library the Uint8Array containing sqlite yourself, so that custom builds can be used without forking this package.