WebAssembly / wasi-cli

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

Move `main`'s arguments out into separate imports. #7

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago
sunfishcode commented 1 year ago

I've now also split the stdio interface into separate stdin, stdout, and stderr interfaces, to allow worlds to pick which ones they want.

lukewagner commented 1 year ago

Great! This should be imminently useful for wasi-http.