Files
cli/vendor/wit-component/tests/components/adapt-stub-wasip2/deps/cli/environment.wit

6 lines
109 B
Plaintext

package wasi:cli@0.2.0;
interface environment {
get-environment: func() -> list<tuple<string, string>>;
}