Spxg
Spxg
Bump sqlite-wasm-rs to 0.4.0, this is a major version update, introducing some breaking changes: https://github.com/Spxg/sqlite-wasm-rs/releases/tag/0.4.0 Playground: https://sqlight.dev
Compared with the previous changes, I deleted `precompiled-wasm` and `modern-full-wasm32-unknown-unknown` features. Introduced `modern-base` features, which should be platform-independent. I am not sure whether `rusqlite` has an MSRV rule, because the...
I can't reproduce, is there any reproducible case?
It is not difficult to implement, but due to the lack of testing, it is not clear whether all functions work properly.
> EDIT: this was due to the fact that the RUSTFLAGS: '--cfg getrandom_backend="wasm_js"' flags were set during the installation of wasm-bindgen-cli. Setting only these flags for the build targeting wasm...
> Hi there [@daxpedda](https://github.com/daxpedda), this sounds like it may be different from OP's issue, but I have put together a minimal repro based on a project where we are encountering...