NLESC-JCER / cpp2wasm

Guide to make C++ available as a web application
https://nlesc-jcer.github.io/cpp2wasm/
Apache License 2.0
22 stars 6 forks source link

Add C++ library dependency #31

Open sverhoeven opened 4 years ago

sverhoeven commented 4 years ago

As a C++ developer I would like to use libraries in my C++ code. The guide now uses a header only library (deps/nlohmann/json.hpp) in the CGI script chapter, but I would also like to know how to use a normal library with *.so or *.a files in Python and JavaScript.

sverhoeven commented 4 years ago

The Newton-Raphson root algorithm is implemented in boost::math and gsl.