bastion-rs / bastion

Highly-available Distributed Fault-tolerant Runtime
https://www.bastion-rs.com
Apache License 2.0
2.81k stars 102 forks source link

Create agnostic framework and runtime layer #154

Open vertexclique opened 4 years ago

vertexclique commented 4 years ago

We can separate bastion and bastion-executor and create a layer for multiple executors. Further development can go without friction between executor layer and the surface API.

onsails commented 4 years ago

Which would also possibly allow to create a no-std executor for wasm targets.

o0Ignition0o commented 4 years ago

I might wanna put #134 on hold until we figure it out then.