Replace direct storage with platform abstraction #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description:
Introduce platform-specific storage implementations.
Tasks:
Create Storage trait
Implement WASM version (browser storage)
Implement native version (filesystem)
Replace direct IO usage in core
Acceptance Criteria:
No direct filesystem or localStorage usage in core