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

    Interface LoadedGhostty

    Validated result returned by loadGhostty.

    interface LoadedGhostty {
        abi: GhosttyAbi;
        exports: GhosttyExports;
        instance: Instance;
        module: Module;
    }
    Index

    Validated ABI manifest accessor.

    exports: GhosttyExports

    Typed low-level Ghostty exports.

    instance: Instance

    Instantiated module without host imports.

    module: Module

    Compiled Ghostty WebAssembly module.