Files
cli/vendor/wit-component/tests/interfaces/wasi-http/deps/filesystem/preopens.wit

9 lines
227 B
Plaintext

package wasi:filesystem@0.2.0-rc-2023-11-10;
interface preopens {
use types.{descriptor};
/// Return the set of preopened directories, and their path.
get-directories: func() -> list<tuple<descriptor, string>>;
}