lunatic VS async-wormhole

Compare lunatic vs async-wormhole and see what are their differences.

lunatic

Lunatic is an Erlang-inspired runtime for WebAssembly (by lunatic-solutions)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
lunatic async-wormhole
86 3
4,516 108
1.0% 1.9%
5.7 0.0
10 days ago 4 months 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.

lunatic

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

async-wormhole

Posts with mentions or reviews of async-wormhole. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-14.
  • A mini-Erlang/Elixir -- tell me if/why my idea sucks
    5 projects | /r/ProgrammingLanguages | 14 Oct 2021
    Taking onto such a big project can be scary and overwhelming, so I like to "cheat" a bit. Instead of developing a M:N scheduler I picked an already mature and proven one from the Rust ecosystem: tokio. Then I just needed to develop a virtual stacks solution that works well with the scheduler. Instead of inventing my own byte-code I just picked WebAssembly, it's just a small abstraction above machine code and has mature JIT compiler libraries that generate code close to native speed. Then again, I just needed to figure out how to do reduction counting and insert preemption points into WebAssembly code during loading.
  • Lunatic - An Erlang inspired runtime for all programming languages
    3 projects | /r/rust | 8 Mar 2021
    Under the hood, Lunatic wraps "processes" inside of Rust async tasks with https://github.com/bkolobara/async-wormhole and can use any async executor to run them. We are currently using Smol's multithreaded executor, so it scales quite nicely across cores.

What are some alternatives?

When comparing lunatic and async-wormhole you can also consider the following projects:

spin - Spin is the open source developer tool for building and running serverless applications powered by WebAssembly.

hyperscan - High-performance regular expression matching library

actix - Actor framework for Rust.

wit-bindgen - A language binding generator for WebAssembly interface types

wasmCloud - wasmCloud allows for simple, secure, distributed application development using WebAssembly components and capability providers.

bastion - Highly-available Distributed Fault-tolerant Runtime

tui-rs - Build terminal user interfaces and dashboards using Rust

fengari - 🌙 φεγγάρι - The Lua VM written in JS ES6 for Node and the browser

Elixir - Elixir is a dynamic, functional language for building scalable and maintainable applications

lumen - An alternative BEAM implementation, designed for WebAssembly

tokio - A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

WASI - WebAssembly System Interface