{"id":64834,"library":"wasmer-compiler-llvm","title":"Wasmer Compiler LLVM","description":"LLVM compiler backend for the Wasmer WebAssembly runtime.","status":"active","version":"7.1.0","language":"rust","source_language":null,"source_url":"https://github.com/wasmerio/wasmer","tags":["wasm","compiler","llvm","wasmer","runtime"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nwasmer-compiler-llvm = \"7.1.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add wasmer-compiler-llvm","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"LLVMCompiler","correct":"use wasmer_compiler_llvm::LLVMCompiler;"}],"quickstart":{"code":"use wasmer_compiler_llvm::LLVMCompiler;\nuse wasmer::{Store, CompilerConfig};\n\nfn main() {\n    let compiler = LLVMCompiler::new();\n    let mut store = Store::new(&compiler);\n    // Use store to compile Wasm modules\n}","lang":"rust","description":"Initialize Wasmer with LLVM compiler backend."},"warnings":[{"fix":"Install LLVM via package manager (e.g., `apt install llvm-dev`).","message":"Requires LLVM libraries installed on the system.","severity":"gotcha","affected_versions":">=7.0.0"}],"env_vars":null,"search_vec":"'backend':6 'compil':2,5,13 'llvm':3,4,14 'runtim':11,16 'wasm':12 'wasmer':1,9,15 'webassembl':10","created_at":"2026-06-17T17:00:55.374422+00:00","updated_at":"2026-06-17T17:00:55.374422+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://wasmer.io/","github":"https://github.com/wasmerio/wasmer","docs":"https://docs.rs/wasmer-compiler-llvm/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}