[][src]Module wasmtime_environ::cache_conf

Module for configuring the cache system.

Functions

cache_directory

Returns path to the cache directory.

cache_enabled

Returns true if and only if the cache is enabled.

init

Initializes the cache system. Should be called exactly once, and before using the cache system. Otherwise it can panic.