west 0.2.0

WebAssembly component test runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
package wasi:filesystem@0.2.1;

@since(version = 0.2.0)
interface preopens {
    @since(version = 0.2.0)
    use types.{descriptor};

    /// Return the set of preopened directories, and their path.
    @since(version = 0.2.0)
    get-directories: func() -> list<tuple<descriptor, string>>;
}