cloudflavor / skycrane

IaC - Skycrane automates infrastructure
https://skycrane.io
Apache License 2.0
0 stars 0 forks source link

CLI loads WASM plugins #2

Closed PI-Victor closed 7 months ago

PI-Victor commented 7 months ago

Rust CLI can read the config directory where the WASM modules are stored, loads and validates that all of them implement the required interface.

linear[bot] commented 7 months ago
CLO-19 CLI reads and loads WASM plugins

Rust CLI can read the config directory where the WASM modules are stored and loads all of them so that when running `skycrane init` the CLI can pick the right module based on the provider config.