SaaSHub helps you find the best software and product alternatives Learn more →
Top 12 Rust JIT Projects
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
What is the state of WASI vs. emscripten? I have tried wasmtime (which downloaded more than 400 crates to build) with wasi-libc, only to hit this issue:
https://github.com/bytecodealliance/wasmtime/issues/8068
With emscripten, which can package the required files instead of accessing the file system. everything just worked.
But emscripten is occasionally described as "unmaintained".
-
-
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.
-
Project mention: CubeCL: GPU Kernels in Rust for CUDA, ROCm, and WGPU | news.ycombinator.com | 2025-04-23
Agreed! I was looking through the summation example < https://github.com/tracel-ai/cubecl/blob/main/examples/sum_t...> and it seems like the primary focus is on the more traditional pre-2018 GPU programming without explicit warp-level operations, asynchrony, atomics, barriers, or countless tensor-core operations.
The project feels very nice and it would be great to have more notes in the README on the excluded functionality to better scope its applicability in more advanced GPGPU scenarios.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
Rust JIT discussion
Rust JIT related posts
-
Ask HN: State of WASI
-
What’s The State of WASI?
-
Go + WASM: Run Native Code in Your Browser
-
Rust to C compiler – 95.9% test pass rate, odd platforms
-
Wild – A Fast Linker for Linux
-
Building And Running WASM Apps
-
Query Your Python Lists
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 May 2025
Index
What are some of the best open-source JIT projects in Rust? This list will help you:
# | Project | Stars |
---|---|---|
1 | RustPython | 20,053 |
2 | wasmtime | 16,360 |
3 | inkwell | 2,570 |
4 | rustc_codegen_cranelift | 1,761 |
5 | cubecl | 1,446 |
6 | dynasm-rs | 764 |
7 | cranelift-jit-demo | 672 |
8 | fidget | 339 |
9 | lineiform | 162 |
10 | ssra | 84 |
11 | b3-rs | 62 |
12 | stack2ssa | 10 |