grain VS wasi-calcit

Compare grain vs wasi-calcit and see what are their differences.

grain

The Grain compiler toolchain and CLI. Home of the modern web staple. šŸŒ¾ (by grain-lang)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
grain wasi-calcit
3 1
3,143 1
0.8% -
9.1 2.8
6 days ago 11 months ago
Reason Rust
GNU Lesser General Public License v3.0 only -
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.

grain

Posts with mentions or reviews of grain. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-24.

wasi-calcit

Posts with mentions or reviews of wasi-calcit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-24.
  • Show HN: I'm making a dynamic language in Rust
    8 projects | news.ycombinator.com | 24 Apr 2022
    Rust really has a great support for WASM. I made a tiny language as well, and managed to build targeting WASM in a few steps https://github.com/calcit-lang/wasi-calcit/blob/main/.github... .

    Tips to notice is WASM runs inside a sandbox, which means threads, random numbers generator(not sure for WASI), FFIs, etc. have to be moved out of the core to prevent them being compiled to WASM, which would probably fail. For major part of the code, they can be compiled to WASM and WASI(WASM System Interface) very easily.

What are some alternatives?

When comparing grain and wasi-calcit you can also consider the following projects:

assemblyscript - A TypeScript-like language for WebAssembly.

gleam - ā­ļø A friendly language for building type-safe, scalable systems!

fpp - Falcon Player

sphinx-lang - An intepreter for a simple dynamic language written in Rust

glicol - Graph-oriented live coding language and music/audio DSP library written in Rust

wasp - šŸ Wasp : Wasm programming language

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

wasm.cljc - Spec compliant WebAssembly compiler, decompiler, and generator

Crafting Interpreters - Repository for the book "Crafting Interpreters"

awesome-wasm-langs - šŸ˜Ž A curated list of languages that compile directly to or have their VMs in WebAssembly

wasmtime - A fast and secure runtime for WebAssembly