theater 0.3.12

A WebAssembly actor system for AI agents
Documentation
1
2
3
4
5
6
package theater:simple;

world minimal {
    export actor;
    import runtime;
}