First release of wasm binary and source code.
Roadmap and progress for a fully functional wasm binary:
- Update major go-btfs dependencies to support wasm.
- Source code compiles
- Daemon starts and can interpret basic commands
- BTFS daemon starts and reports status to the outside world using simple mode
- BTFS repository embedded in binary (temporary solution until golfing team releases os package compatible with wasm)
- BTFS filesystem os operations like write into disk, read, etc moved to browser environment.
- BTFS full stack is available in wasm binary.