asyncify VS sqlite-vfs

Compare asyncify vs sqlite-vfs and see what are their differences.

asyncify

Standalone Asyncify helper for Binaryen (by GoogleChromeLabs)

sqlite-vfs

Build SQLite virtual file systems (VFS) by implementing a simple Rust trait. (by rkusa)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
asyncify sqlite-vfs
1 2
116 76
1.7% -
3.6 0.0
4 months ago almost 2 years ago
JavaScript Rust
Apache License 2.0 GNU General Public License v3.0 or later
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.

asyncify

Posts with mentions or reviews of asyncify. 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 asyncification is achieved by unwinding and rewinding the local stack. With wasm-opt, this is done on a WASM level as post-build transformation. This makes it a language-agnostic approach. Once a WASM module is asyncified it needs to be used through the JavaScript wrapper Asyncify. A good introduction to asyncify can be found here: Using asynchronous web APIs from WebAssembly.

sqlite-vfs

Posts with mentions or reviews of sqlite-vfs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-17.
  • Extending SQLite with Rust
    4 projects | /r/rust | 17 May 2022
    You may be able to have something working by implementing a VFS. (https://github.com/rkusa/sqlite-vfs)
  • Store SQLite in Cloudflare Durable Objects
    14 projects | dev.to | 26 Jan 2022
    With that, I had enough information to build sqlite-vfs, a Rust library that wraps all the necessary interactions with the C SQLite library and exposes a much simpler Rust trait. I'll not go into the details of this library here.

What are some alternatives?

When comparing asyncify and sqlite-vfs you can also consider the following projects:

workers-wasi

wasm-sqlite - [Experimental] SQLite compiled to WASM with pluggable page storage.

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

binaryen - Optimizer and compiler/toolchain library for WebAssembly

rusqlite - Ergonomic bindings to SQLite for Rust

do-sqlite - [Experimental] Persist SQLite in a Cloudflare Durable Object

wasm-bindgen - Facilitating high-level interactions between Wasm modules and JavaScript

litestream - Streaming replication for SQLite.