Module wasmer_journal::concrete::log_file
source · Structs§
- The LogFile snapshot capturer will write its snapshots to a linear journal and read them when restoring. It uses the
bincode
serializer which means that forwards and backwards compatibility must be dealt with carefully. - TxState 🔒