| Crates.io | satellite-jit |
| lib.rs | satellite-jit |
| version | 0.1.0 |
| created_at | 2026-01-18 05:20:49.721519+00 |
| updated_at | 2026-01-18 05:20:49.721519+00 |
| description | LLVM JIT compilation for ABI-OP constraints |
| homepage | |
| repository | https://github.com/rand0mdevel0per/satellite |
| max_upload_size | |
| id | 2051817 |
| size | 47,003 |
JIT compilation for Satellite ABI-OPs using LLVM.
inkwell bindings to LLVMuse satellite_jit::JitCompiler;
let compiler = JitCompiler::new();
let module = compiler.compile_source(source_code)?;
let func = module.get_function("constraint_check")?;
MIT