gespenst API - v0.1.0
    Preparing search index...

    Interface WasmerShellCapabilities

    Features provided by a managed Wasmer shell session.

    interface WasmerShellCapabilities {
        filesystem: true;
        interactiveInput: boolean;
        resize: false;
        subprocesses: true;
    }
    Index
    filesystem: true

    Whether virtual filesystem mounts are supported.

    interactiveInput: boolean

    Whether the session has interactive stdin.

    resize: false

    Whether the SDK exposes a terminal window-size operation. Currently false.

    subprocesses: true

    Whether WASIX package subprocesses are supported.