Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/crates/wasi/src/p3/wit/deps/filesystem/preopens.wit
1693 views
package wasi:[email protected];

@since(version = 0.3.0-rc-2025-08-15)
interface preopens {
    @since(version = 0.3.0-rc-2025-08-15)
    use types.{descriptor};

    /// Return the set of preopened directories, and their paths.
    @since(version = 0.3.0-rc-2025-08-15)
    get-directories: func() -> list<tuple<descriptor, string>>;
}