Skip to content

v2.3.2 go-btfs-wasm_POC

Latest
Compare
Choose a tag to compare
@simbadMarino simbadMarino released this 28 Sep 06:37

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.