CppCon 2014: Embind and Emscripten: Blending C++11, JavaScript, and the Web Browser
On September 9th, at CppCon 2014, I am presenting on the design of Embind, a JavaScript-to-C++ binding API for Emscripten. Embind was authored by IMVU Inc. and myself.
See the session abstract at the conference site.
In this talk, you'll learn where Embind fits in the overall space of solutions for connecting C++ and JavaScript, why generated code size is so important, how Embind works hard to keep code size small, and several of the C++11 techniques I learned for this project.