WebAssembly / wasi-cli

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

feat: simplify with include #22

Closed Mossaka closed 10 months ago

Mossaka commented 1 year ago

This commit simplifies the CLI world with include syntax to hide all the interfaces from dependencies. It also updates all the deps by running wit-deps update

Btw, shall we give each wasi proposal a meaningful name for its world?

pchickey commented 1 year ago

I like the way this simplifies the syntax, but I don't like using example-world for this, can we instead rename all of those example-worlds to imports?

Mossaka commented 1 year ago

Ill create a PR to each one of them

Mossaka commented 10 months ago

Close by #23