Registry / other / asmjit

asmjit

JSON →
library2025-10-13vcpkgunverified

AsmJit is a lightweight library for machine code generation written in C++ language

vcpkg install asmjit
INSTALL
IMPORT
SIG · ASMJIT
A
asmjit
othercppv2025-10-13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

asmjit/asmjit.h
#include <asmjit/asmjit.h>

Initializes AsmJit runtime and code holder for JIT compilation.

#include <asmjit/asmjit.h> int main() { asmjit::JitRuntime rt; asmjit::CodeHolder code; code.init(rt.environment()); // Assemble and run code return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2025-10-13latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
Meta
2
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

asmjit — pip install asmjit · libregistry