wasmCloud / wascc-host

Library for hosting actors and capability providers in a host process
Apache License 2.0
202 stars 15 forks source link

Adds distributed, semi-durable bindings to lattice. #90

Closed autodidaddict closed 3 years ago

autodidaddict commented 3 years ago

Also adds support for selectable wasm engines

Closes #83, #65 , and #57

autodidaddict commented 3 years ago

Test suites pass locally but aren't working in the GH pipeline. Likely a concurrency issue, I'll try and set the tests to single-threaded.

autodidaddict commented 3 years ago

Just a few comments, https://wascc.dev/tutorials/first-actor/create_host/ (and maybe a few other places in the dev site) will just need a little s/bind_actor/set_binding/

Absolutely, there's going to be a number of changes that will need to be made to the dev since once 0.13.0 is released. Keep in mind that master != release

autodidaddict commented 3 years ago

Also closes #77