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§
- Bytecode
Cache - On-disk bytecode cache stored under
~/.shape/cache/bytecode/