I have a program written in C++. I makes use of the GMP library. I would like the program to be accessible through a website. What options exist? The old school was is CGI and the new way is web-assembly. But can web-assembly work with programs using third party libraries?