Skip to main content

ARTIFACT_MAGIC

Constant ARTIFACT_MAGIC 

Source
pub const ARTIFACT_MAGIC: [u8; 16];
Expand description

Magic bytes identifying a TensorWasm unified-artifact blob.

Read by DiskArtifactStore::get before any HMAC work so foreign or stale blobs short-circuit cheaply. The literal is exactly 16 ASCII bytes — do not change without bumping ARTIFACT_VERSION.