Skip to content
HN On Hacker News ↗

an Erlang-inspired runtime for WebAssembly

▲ 15 points 4 comments by giancarlostoro 1w ago HN discussion ↗

Pangram verdict · v3.3

We believe that this document is fully human-written

0 %

AI likelihood · overall

Human
100% human-written 0% AI-generated
SEGMENTS · HUMAN 1 of 1
SEGMENTS · AI 0 of 1
WORD COUNT 121
PEAK AI % 0% · §1
Analyzed
Jul 2
backend: pangram/v3.3
Segments scanned
1 windows
avg 121 words each
Distribution
100 / 0%
human / AI fraction
Verdict
Human
Pangram v3.3

Article text · 121 words · 1 segments analyzed

Human AI-generated
§1 Human · 0%

Create distributed services with easeLunatic is a WebAssembly runtime inspired by Erlang. It provides isolated, lightweight processes for massive concurrency and fault tolerance. Easily create distributed clusters with secure connections between nodes.FeaturesOpen-SourceLunatic is developed under dual Apache/MIT license. Join our growing community and contribute to the project.PerformanceWrite performant high-throughput, low-latency services. Lunatic leverages the performance of JIT compiled Wasm.SecurityWasm was designed to run in untrusted environments. Limit each process capabilities using the Lunatic API.Fault-ToleranceMonitor failing processes by creating supervision trees inspired by Erlang.PortableCompile once to WebAssembly and run on different architectures and operating systems.DistributedEasily create a securely connected cluster of Lunatic nodes.DistributedLunatic nodes are connected via QUIC and authenticated with mTLS. Join a new node with a single command.Find out more