theater 0.3.7

A WebAssembly actor system for AI agents
Documentation
1
2
3
4
5
6
7
8
9
// Main test module
pub mod common;
pub mod integration;
pub mod unit;

#[cfg(test)]
mod tests {
    // Import unit tests
}