vyre-foundation 0.7.2

Foundation layer: IR, type system, memory model, wire format. Zero application semantics. Part of the vyre GPU compiler.
Documentation
1
2
3
4
5
6
7
//! Workspace-level contract integration harness (VYRE-TASK-000003).
//!
//! Sources live under `tests/contract/` at the workspace root. Run with:
//! `cargo test -p vyre-foundation contract`

#[path = "../../tests/contract/mod.rs"]
mod contract;