Replace direct storage with platform abstraction #48

Closed
opened 2026-05-27 21:28:11 +00:00 by funman300 · 0 comments
Owner

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

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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: funman300/Ferrous-Solitaire#48