Stream: general

Topic: wac


view this post on Zulip Peter Huene (Jan 11 2024 at 20:38):

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.

WebAssembly Composition (WAC) parser. Contribute to peterhuene/wac development by creating an account on GitHub.

Last updated: Oct 23 2024 at 20:03 UTC