WebAssembly / wasi-cli

Command-Line Interface (CLI) World for WASI
60 stars 11 forks source link

feat!: Rename reactor to imports #35

Closed ricochet closed 8 months ago

ricochet commented 9 months ago

We have established a convention for WASI proposals to have a world definition called imports.

This change updates the command world to include an imports world rather than reactor. The goal is to establish consistency with this change as well as clear up some confusion around command vs reactors in this context.

Additionally, this change takes advantage of the include syntax to include the imports worlds across WASI proposals.

sunfishcode commented 8 months ago

Sounds good.