Build utilities for ReifyDB target detection.
This crate provides a single function to emit the reifydb_target cfg
based on the compilation target. Add this crate as a build-dependency
and call emit_target_cfg() from your build.rs.
Supported Targets
native- Default for non-WASM targetswasm- For wasm32 targetsdst- (Future) Deterministic software testing