Does anybody know of any reasonably small/easy to understand projects that use Cranelift _and_ are up to date? Most of which I've found (e.g. https://github.com/Y-Nak/tiger-cranelift/) are a few years old and use older APIs. Basically I'm looking for something to use as a reference, but wasmtime itself is a bit too much to digest I think :)
:wave: Hey,
I do know of a few projects that use cranelift and use recent-ish versions:
There is also https://github.com/bjorn3/rustc_codegen_cranelift which is huge, so it might not be the best way to start out.
The RustPython jit is quite simple, but not very complete, however it might be easy to start out with
Thanks! I'll take a look :)
Last updated: Nov 22 2024 at 17:03 UTC