axllm 24.0.8

Generated Ax runtime library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Runtime Profiles

The Rust package keeps the base crate dependency-light and exposes embedded JavaScript actor execution as an opt-in Cargo feature.

- javascript-quickjs: embedded JavaScript actor code through rquickjs. Enable it with cargo features runtime-quickjs.
- ProcessCodeRuntime remains available for the shared AxCodeRuntime JSONL protocol.

Verify the embedded profile with:

    cargo run --example javascript_quickjs --features runtime-quickjs

or from the AxIR toolchain:

    tools/axir verify --targets rust --runtime-profiles javascript-quickjs