wasmCloud / wash

WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development
https://wasmcloud.com
Apache License 2.0
149 stars 58 forks source link

feat: mark components built with wash as experimental #937

Closed vados-cosmonic closed 8 months ago

vados-cosmonic commented 9 months ago

Feature or Problem

As the component model and WASI are still maturing, the components-first codebases built with wash should reflect the experimental nature of support to related tooling.

This commit marks both components as experimental at two levels -- a custom section in the Wasm metadata (as a custom section) and as a tag on the signed wasmCloud actor that is produced.

Related Issues

Release Information

Consumer Impact

Testing

Built on platform(s)

Tested on platform(s)

Unit Test(s)

Acceptance or Integration

Manual Verification

vados-cosmonic commented 9 months ago

@connorsmith256 thanks for the review, changes are in if you'd like to take a look!