| I've created a tool for automatically generating Emscripten bindings directly from C++ headers: https://github.com/scapix-com/scapix In addition to generating bindings automatically, it also provides supports for many STL types in parameters and return values: std::vector, std::map, std::function, etc. I hope someone will find this project useful. |