wasi-cli icon indicating copy to clipboard operation
wasi-cli copied to clipboard

Command-Line Interface (CLI) World for WASI

Results 4 wasi-cli issues
Sort by recently updated
recently updated
newest added

Is there some interface to determine the user's locale without reading the configuration file? I hope my error message can automatically adapt according to the user's interface language. Specifically, I...

I know this involves a lot of design work and problems to tackle. Yet, in the long run I think the need for spawning wasm components will arise. In my...

Currently the exit status of a command is a `result`, meaning it's a boolean success or failure. That has the advantage that we don't need to think about the meanings...

It is increasingly the case that people are conflating WASI with docker, likely due to the increase of tool integrations lately. Folks using docker are used to `WORKDIR` instructions and...