fermyon / spin

Spin is the open source developer tool for building and running serverless applications powered by WebAssembly.
https://developer.fermyon.com/spin
Apache License 2.0
5.47k stars 255 forks source link

Move variables runtime config to a new crate #2867

Closed rylev closed 1 month ago

rylev commented 1 month ago

This allows runtimes to implement variables without necessarily bringing in the dependencies Spin CLI uses to implement its variable providers.

cc @karthik2804