WebAssembly / wasi-cli

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

command world: provide imports of terminal-std{in, out, err} #20

Closed pchickey closed 1 year ago

pchickey commented 1 year ago

These interfaces were added to the package in https://github.com/WebAssembly/wasi-cli/pull/9, but they aren't exposed as imports in the command world. This PR adds them to the command world.

sunfishcode commented 1 year ago

Thanks!