Howdy folks!
I want to introduce wac, which is a tool for authoring WebAssembly component compositions.
It's still relatively early in its development and not yet part of a BA repo (the intention is to integrate it into wasm-compose
to eventually replace the YAML config file), but it can be used as a tool for composing components together.
In the near future, the tool will also be capable of transforming components in the composition; for example, transforming a dependency using wasi-virt
into a new component that virtualizes its use of WASI, all while composing the virtualized component with other components.
Please feel free to kick the tires if you use wasm-tools compose
today, but keep in mind that the current development repro will be deprecated once we land it as part of wasm-compose
.
Last updated: Nov 22 2024 at 17:03 UTC