Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Yeah, not the prettiest code. I had to hack in a tokio executor, because graphql_client lib runs on reqwest and async_compat doesn’t run on wasm. Used faunadb because it has a free tier and a graphql frontend that was easy to setup. I may do a devblog on the whole process if I find the time.