List view
Project to decouple the core runtime from the implementations of agents and downlinks. This will allow agents to be imlemented in dynamically loaded modules (either dynamically linked libraries or WASM) or even in other languages (for example using JNI). For guidance on how to implement some of these features, refer to the protoype at: https://github.com/swimos/swim-rust-testbed/ and the more detailed discussion of the design at: https://github.com/swimos/swim-rust-testbed/blob/main/design/design.md
No due date