wnfs-wg / roadmap

The roadmap provides information on future improvements to WNFS and their priorities/timelines. It also helps *you* participate in this process. What can you contribute? Help us accomplish things faster!
5 stars 0 forks source link

Public and Private FS implementation in rust #3

Closed matheus23 closed 1 year ago

matheus23 commented 1 year ago

Summary

Enable testing interfaces, integration points & performance with rs-wnfs and other systems.

Problem / Need

WNFS needs to be accessible on various platforms. Implementing it in rust allows everyone to integrate it in the browser and potentially in ADLs/IPVM with WASM and on servers or IPFS implementations on the CLI via native rust or a C library wrapper. We need a first prototype to be implemented so we can experiment with this system design. Using this prototype we can take a look at how a single implementation may or may not solve multiple use cases at once and test & compare its performance characteristics with older implementations of WNFS.

Success Scenario

We can start

ETA: 2022-12-31