cranelift

Open-source projects categorized as cranelift

Top 8 cranelift Open-Source Projects

cranelift
  1. wasmtime

    A lightweight WebAssembly runtime that is fast, secure, and standards-compliant

    Project mention: Looking Ahead to WASIp3 | dev.to | 2025-03-17

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup target install wasm32-wasip1 cargo install --locked --version 1.227.1 wasm-tools cargo install --locked --git https://github.com/dicej/spin --branch wasi-http-p3-demo spin-cli git clone https://github.com/WebAssembly/wasi-http -n && (cd wasi-http && git checkout 505ebdb9) curl -OL https://github.com/bytecodealliance/wasmtime/releases/download/v30.0.2/wasi_snapshot_preview1.reactor.wasm

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. rustc_codegen_cranelift

    Cranelift based backend for rustc

    Project mention: I Hope Rust Does Not Oxidize Everything | news.ycombinator.com | 2024-07-16

    There's no reason? Are you sure about this?

    I think you mean there could theoretically be an interpreted Rust, but I don't think anyone has ever made a prototype of a Rust interpreter.

    The closest is probably rust-analyzer (the official language server), that maintains internal state and reacts to changes you make, but it doesn't create an executable artifact.

    The other is probably the Cranelift Backend (https://github.com/rust-lang/rustc_codegen_cranelift), which can produce debug builds quickly.

  4. awesome-wasm-runtimes

    A list of webassemby runtimes

    Project mention: Memory-safe, clean implementation of classic Posix "BC" calculator | news.ycombinator.com | 2024-06-07

    No idea, but according to this site: https://github.com/appcypher/awesome-wasm-runtimes there a wasm runtimes written in all kinds of languages. This does not appear to be a very challenging thing to do, but I haven't look at this closely.

  5. cranelift-jit-demo

    JIT compiler and runtime for a toy language, using Cranelift

  6. lineiform

    A meta-JIT library for Rust interpreters

  7. marie

    A toy programming language in rust

  8. lisp

    A lisp JIT compiler and interpreter built with cranelift. (by 0xekez)

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. stack2ssa

    Simple implementation of stack to SSA IR lowering

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

cranelift discussion

Log in or Post with

cranelift related posts

  • Yoke Is Cool

    10 projects | news.ycombinator.com | 2 Mar 2025
  • Building And Running WASM Apps

    1 project | dev.to | 25 Nov 2024
  • Query Your Python Lists

    4 projects | news.ycombinator.com | 14 Nov 2024
  • What part of Rust compilation is the bottleneck?

    1 project | news.ycombinator.com | 16 Mar 2024
  • Lightweight Containers With Docker and WebAssembly

    1 project | dev.to | 18 Dec 2023
  • Dave Cutler: The Secret History of Microsoft Windows [video]

    2 projects | news.ycombinator.com | 22 Oct 2023
  • Any crate you feel like you're missing, preferably for the 2d or 3d computer vision?

    3 projects | /r/rust | 26 Jun 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 23 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source cranelift projects? This list will help you:

# Project Stars
1 wasmtime 16,007
2 rustc_codegen_cranelift 1,716
3 awesome-wasm-runtimes 1,436
4 cranelift-jit-demo 657
5 lineiform 162
6 marie 62
7 lisp 59
8 stack2ssa 10

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Rust is
the 5th most popular programming language
based on number of references?