Skip to main content

Module bytecode_cache

Module bytecode_cache 

Source
Expand description

Bytecode cache for compiled Shape modules

Caches compiled bytecode programs on disk as .shapec files, keyed by the SHA-256 hash of the source content + compiler version. This avoids redundant recompilation when source files haven’t changed.

Structs§

BytecodeCache
On-disk bytecode cache stored under ~/.shape/cache/bytecode/