You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clarity crate currently includes the full Clarity VM, which brings in many heavy dependencies (rusqlite, etc.). This makes it difficult for downstream crates that only need to serialize or deserialize Clarity Value types, as they are forced to compile the entire VM.
This issue tracks the work to refactor the clarity crate to isolate its core serialization/deserialization functionality from the virtual machine.