wasmCloud / wascc-host

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

Bring Rust Actor SDK up to new standards (codec split) #105

Open autodidaddict opened 3 years ago

autodidaddict commented 3 years ago

Adopt the new WIDL code generator (this will likely be a breaking change for actors and providers)

Also, split the codec so that it's no longer a monolithic crate but instead actors and providers can both codegen up only the data types they need from the .widl files.