starlane 0.3.21

Starlane -- An Orchestration and Infrastructure Framework for WebAssembly Components (https://starlane.io) This packaged manages `HyperSpace` which provides infrastructure for `Space` Apis (WebAssembly & external programs meant to provide custom behaviors in Starlane), This package references the `starlane-space` package and reuses of it to run the infrastructure and it also contains mechanisms (Drivers) for extending the Starlane Type system
Documentation
1
2
3
4
5
6
7
8
9
10
Bind(version=1.0.0)
{
   Route -> {
       Hyp<Init> -> (());
       Hyp<Transport> -> (());
       Hyp<Assign> -> (()) => &;
       Hyp<Search> -> (()) => &;
       Hyp<Provision> -> (()) => &;
   }
}