wasm-sqlite VS wasm-bindgen

Compare wasm-sqlite vs wasm-bindgen and see what are their differences.

wasm-sqlite

[Experimental] SQLite compiled to WASM with pluggable page storage. (by rkusa)

wasm-bindgen

Facilitating high-level interactions between Wasm modules and JavaScript (by rustwasm)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
wasm-sqlite wasm-bindgen
1 44
47 7,270
- 1.7%
0.0 9.2
about 1 year ago 1 day ago
Rust Rust
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wasm-sqlite

Posts with mentions or reviews of wasm-sqlite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-26.
  • Store SQLite in Cloudflare Durable Objects
    14 projects | dev.to | 26 Jan 2022
    The whole code can be found here: github.com/rkusa/wasm-sqlite/blob/main/wasm/src/vfs.rs. By reducing all down to the two methods get_page and put_page (to which I get back later in the post), the VFS ended up being a generic VFS for when you want to persist SQLite pages as separate files/objects. Using it anywhere else than a DO would just be a matter of providing a different implementation to those two methods.

wasm-bindgen

Posts with mentions or reviews of wasm-bindgen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-05.

What are some alternatives?

When comparing wasm-sqlite and wasm-bindgen you can also consider the following projects:

rusqlite - Ergonomic bindings to SQLite for Rust

wasm-pack - šŸ“¦āœØ your favorite rust -> wasm workflow tool!

sqlite-vfs - Build SQLite virtual file systems (VFS) by implementing a simple Rust trait.

react-three-fiber - šŸ‡ØšŸ‡­ A React renderer for Three.js

wasi-sdk - WASI-enabled WebAssembly C/C++ toolchain

wasmer - šŸš€ The leading Wasm Runtime supporting WASIX, WASI and Emscripten

workers-wasi

wasmtime - A fast and secure runtime for WebAssembly

rusqlite - Ergonomic bindings to SQLite for Rust

trunk - Build, bundle & ship your Rust WASM application to the web.

asyncify - Standalone Asyncify helper for Binaryen

wasi-libc - WASI libc implementation for WebAssembly