A plugin for assembling code at runtime. Combined with the runtime crate dynasmrt it can be used to write JIT compilers easily.
A pure rust assembler, not a JIT. Used within direct-asm for maximum control over assembly.
A simple runtime for assembling code at runtime. Combined with the plugin crate dynasm it can be used to write JIT compilers easily.
An efficient run-time assembler for X86-64 code that is intended to be immediately executed
A custom assembler for inline asm
VM with JIT-compiler for ATMega32
A WIP Lua-like scripting language implemented in Rust, designed for embedding and rapid scripting with a strong type system, with trace-based JIT.
A copy-and-patch JIT framework in Rust
High-performant WebAssembly runtime