Who actually wants this? People want good libraries for doing this with the languages they already use, not to have to make compromises just so they can have a microservice. Notice that the front page gives lots of examples of the servicey parts of the code, but absolutely no examples of what the business logic looks like. In fact, even in the documentation, the example code is minimal and trivial.
I want it. You could argue that the current approach of intrastructure-as-code has it backwards: Currently, you define infrastructure, then deploy your code. Instead, I'd like to be able to write code and then connect the code through infrastructure abstractions.
An example of a preliminary application that you might find interesting: https://arxiv.org/abs/2103.09518