@runno/runtime
    Preparing search index...

    Function fetchWASIFS

    • Fetches and deflates a .tar.gz file representing a base filesystem. This is for languages that require specific files to already exist.

      Prefers .tar.gz files in ustar format.

      Parameters

      • fsURL: string

        The URL of the filesystem to fetch

      Returns Promise<BinaryWASIFS>