Greedwolf DSS

Results 11 comments of Greedwolf DSS

This link will help: (Rust vs Go vs C++ json benchmarks) http://erickt.github.io/blog/2015/08/07/serde-0-dot-5-0-many-many-changes/

@trevyn Recently I am not dealing with WASM related things, welcome to continue this work; The reason for using a separate memvfs is that SQLite's ':memory:' is connnection-local, data can't...

I also encountered this error, but in the browser environment, what could be wrong with this?

> Hm, that function `demoRead` that returns the error is not exactly the same as in the sqlite sources. > I used a version before 2019 when this fix was...

@TjeuKayim After setting the wasi-sdk configuration, it still prompts that stdio.h file cannot be found

> Hi @passchaos , Can you provide some more details? Like what features you use in `Cargo.toml` for the rusqlite dependency. ``` rusqlite = { version = "0.24.2", features =...

@TjeuKayim @sefeng211 I tried to use different versions of wasi-sdk, but it did't work in the way mentioned above. Finally, i changed libsqlite3-sys/build.rs, change the include attibute to the header...

> > Finally, i changed libsqlite3-sys/build.rs, change the include attibute to the header file path of wasi-sdk > > So, did you succeed in compiling rusqlite with hard coding the...

@hankbao Hi,I also encountered this problem, is there any fix?