cloudflavor / skycrane

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

Send config over to WASI plugin #26

Closed PI-Victor closed 2 months ago

PI-Victor commented 2 months ago

Context

The CLI needs to send the config read from starlark files over to the WASI plugin.

Description

To do this, we need to play around with the memory allocator for WASM and to try and find a way to debug issues with the plugin itself. So far, stdout does not do anything

Acceptance Criteria

*can successfully call the plugin with the config

linear[bot] commented 2 months ago

CLO-59 Send config over to WASI plugin

PI-Victor commented 2 months ago

/triage /assign

PI-Victor commented 2 months ago

/label enhancement