binaryen VS asyncify

Compare binaryen vs asyncify and see what are their differences.

binaryen

Optimizer and compiler/toolchain library for WebAssembly (by WebAssembly)

asyncify

Standalone Asyncify helper for Binaryen (by GoogleChromeLabs)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
binaryen asyncify
14 1
7,099 116
1.7% 4.3%
9.8 3.6
6 days ago 4 months ago
WebAssembly JavaScript
Apache License 2.0 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.

binaryen

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

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.

What are some alternatives?

When comparing binaryen and asyncify you can also consider the following projects:

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

workers-wasi

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

wasi-libc - WASI libc implementation for WebAssembly

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

EasyOCR - Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.

rusqlite - Ergonomic bindings to SQLite for Rust

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