Module wasmer_runtime_core_x::cache

source ·
Expand description

The cache module provides the common data structures used by compiler backends to allow serializing compiled wasm code to a binary format. The binary format can be persisted, and loaded to allow skipping compilation and fast startup.

Structs§

  • Artifact are produced by caching, are serialized/deserialized to binaries, and contain module info, backend metadata, and compiled code.
  • The hash of a wasm module.

Enums§

Constants§

  • A unique ID generated from the version of Wasmer for use with cache versioning