Here are
23 public repositories
matching this topic...
good first issue
Issues that are good for new contributors to tackle!
fuzzing
Issues related to our fuzzing infrastructure
Cranelift based backend for rustc
Updated
May 18, 2022
Rust
A list of webassemby runtimes
JIT compiler and runtime for a toy language, using Cranelift
Updated
Feb 13, 2022
Rust
A compiler for strongly typed Python. 🐍
Updated
Mar 24, 2022
Rust
A lisp JIT compiler and interpreter built with cranelift
Updated
Mar 11, 2022
Rust
Automatic peephole optimizer for Cranelift JIT compiler
Updated
Mar 31, 2021
Rust
Vim editor configuration for working with cranelift IR (clif) files
Updated
Jun 28, 2020
Vim script
Cranelift IR support in VS Code.
Updated
Aug 19, 2018
TypeScript
A general purpose, statically typed, compiled programming language written in Rust.
JIT-compiled research language inspired by Rust. Explores language extension mechanisms.
Updated
Apr 27, 2021
Rust
Tiger language implementation using cranelift
Updated
Mar 24, 2020
Rust
Simple implementation of stack to SSA IR lowering
Updated
Feb 20, 2022
Rust
Updated
Mar 16, 2021
Rust
Reaction rates and transport properties
A Cranelift codegen backend for rain. Mirror from Gitlab.
Updated
Jun 24, 2020
Rust
Updated
Jul 12, 2021
Shell
Linear Quadratic Regulator and Linear Quadratic Gaussian Controller Design for a crane system.
Updated
Feb 11, 2021
MATLAB
(future) optimizing brainfuck compiler
EREL is an alternative EZEL compiler that uses cranelift
Updated
Apr 26, 2022
Rust
Improve this page
Add a description, image, and links to the
cranelift
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
cranelift
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
In bytecodealliance/wasmtime#2497 (comment) we added support for generating nested modules, and we generate these modules by concatenating strings of WAT and then passing it to
Module::newwhich internally checks for WAT strings and assembles them into Wasm bytes if necessary.We can make this more efficient, improving the number of test cases we fuzz in a