#
cranelift
Here are 17 public repositories matching this topic...
bjorn3
commented
Jan 20, 2021
This would allow removing __rust_i128_mulo from compiler-builtins.
A list of webassemby runtimes
-
Updated
May 7, 2021
JIT compiler and runtime for a toy language, using Cranelift
-
Updated
May 31, 2021 - Rust
A Strongly Typed, Flexible, and Compiled Python Dialect 🐍
-
Updated
Jul 22, 2021 - Rust
Automatic peephole optimizer for Cranelift JIT compiler
-
Updated
Mar 31, 2021 - Rust
A lisp JIT compiler and interpreter
-
Updated
Jun 27, 2021 - Rust
Linear Quadratic Regulator and Linear Quadratic Gaussian Controller Design for a crane system.
-
Updated
Feb 11, 2021 - MATLAB
A Cranelift codegen backend for rain. Mirror from Gitlab.
-
Updated
Jun 24, 2020 - Rust
-
Updated
Jul 12, 2021 - Shell
Improve this page
Add a description, image, and links to the cranelift topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cranelift topic, visit your repo's landing page and select "manage topics."
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