bytecodealliance / bytecodealliance/wac
Support multiple `targets` clauses in the `package` directive
Open
- Dominant language
- Rust
- Stars
- 208
- Forks
- 41
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 3
Description
It'd be fantastic to be able to support multiple `targets` constraints. The use case for that would be to ensure that a component can run in all of a set of chosen environments, as described by a set of WIT worlds.
An example syntax could be
```wit
package example:composition targets wasi:http/proxy, wasi:cli;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.