wasmCloud / wadm

wasmCloud Application Deployment Manager (wadm) is a Wasm-native orchestrator for managing and scaling declarative wasmCloud applications.
https://wasmcloud.com
Apache License 2.0
100 stars 26 forks source link

feat(*)!: Breaks wadm into separate crates and creates a new wadm-client #287

Closed thomastaylor312 closed 4 months ago

thomastaylor312 commented 4 months ago

This is a fairly large PR that splits out the wadm types into their own crate and also adds a new client library for interacting with the wadm API. Please see the individual commit messages for additional details