[][src]Module wasmer_runtime::cache

Structs

Artifact

Artifact are produced by caching, are serialized/deserialized to binaries, and contain module info, backend metadata, and compiled code.

FileSystemCache

Representation of a directory that contains compiled wasm artifacts.

WasmHash

The hash of a wasm module.

Enums

Backend

Enum used to select which compiler should be used to generate code.

Traits

Cache

A generic cache for storing and loading compiled wasm modules.