Skip to content

On-disk module cache #478

@Stebalien

Description

@Stebalien

At the moment, we have no support for on-disk module caching. Wasmtime has built-in support for this but:

  1. It's global (system wide).
  2. It compresses modules. We end up spending a lot of time decompressing modules at runtime.

Now that we have an in-memory cache (inside the engine), we should add support for persisting this cache to disk. The first use-case will be speeding up conformance tests in CI by caching built modules in github actions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions