|
tin
1.5.9
|
JSON manifest writer for static runtime resource snapshots. More...
#include "tsm/runtime/resources.h"

Go to the source code of this file.
Namespaces | |
| tsm | |
| tsm::runtime | |
Functions | |
| template<typename Stream > | |
| void | tsm::runtime::write_resource_manifest (Stream &output, char const *name, resource_snapshot const &snapshot) |
JSON manifest writer for static runtime resource snapshots.
Embedded builds often need a small review artifact that records the bounded storage requested by a runtime: queue slots, delayed timer slots, coroutine task frames, and maximum typed event payload size. This header keeps that reporting path separate from dispatch. Applications include it only in host tools, examples, or build-time manifest emitters.