This PR adds new incremental module serialization functions that save/load a single module at a time with explicit sharing via dep regions and compactor state, generalizing the existing batch saveModuleDataParts API. Two sharing mechanisms that can be mixed: - `CompactedRegion` dep regions for sharing with loaded regions - `CompactorState` for same-process chaining (pre-loaded `m_obj_table`)
5 lines
211 B
Text
5 lines
211 B
Text
# Tests creating temporary output files should prefix them with `_tmp_` so they're all
|
|
# covered by this one pattern. The tests delete them on success; this entry catches stragglers
|
|
# from failed runs.
|
|
/_tmp_*
|
|
|