compiler-explorer / compiler-explorer

Run compilers interactively from your web browser and interact with the assembly

Home Page:https://godbolt.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[LIB REQUEST] Go Protobuf

stapelberg opened this issue · comments

Hey folks! I recently saw Matt Godbolt’s talk about what’s new in compiler explorer and wanted to try out the library feature.

Could you please add Go Protobuf (https://pkg.go.dev/google.golang.org/protobuf/proto) as an available Go library? We frequently need to go to the assembly level when working with/on Go Protobuf.

Thanks in advance!

@partouf I'd be happy to help with that

Is there a way to only download the libraries for a single language? I see that ./update_compilers/install_libraries.sh downloads all versions of boost

It's going to be much more complicated than that unfortunately. We have a thread on GO libraries somewhere that has some hints on how to solve it. But the coming 2 months I will be busy with c++ and pascal, so help would be appreciated, but I don't really know how to explain it all to someone else...