Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 396 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 396 Bytes

Approximate Nicest Neighbor

WIP hackathon scaffolding for a browser based federated learning system using WASM

Dev setup

Install rust and wasm target:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup target add wasm32-unknown-unknown

Install trunk and npm: cargo install --locked trunk brew install npm

Install protobuf: brew install protobuf