WebAssembly / wasi-cli

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

Add initial wasi-cli content, following the wasi-proposal-repo format. #1

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

Add initial wasi-cli content, following the wasi-proposal-repo format. Define a wit file, add the dependencies in a deps directory, and populate the README.

For now, this wasi-cli repo defines an additional interface for exit.wit, which may go away when we can depend on exception-handling, but is useful for now.

This world is presently missing a few things, notably sockets, but I'll integrate those once WebAssembly/wasi-sockets#16 lands.

sunfishcode commented 1 year ago

Merging this so we can start experimenting with this and continue to iterate from here.