vyre-driver-reference 0.6.5

cpu-ref VyreBackend adapter over the pure Rust vyre-reference interpreter.
Documentation
1
2
3
4
5
6
7
# vyre-driver-reference

`vyre-driver-reference` registers the pure Rust `cpu-ref` backend adapter.
It keeps `vyre-reference` independent from the driver layer while still letting
conformance and parity harnesses acquire a deterministic CPU oracle when this
crate is linked. Production dispatch must not link this crate as an implicit
runtime backend; CUDA and WGPU are the supported execution backends.