Skip to content

Emscripten

Matt Wallis edited this page Sep 18, 2016 · 1 revision

Emscripten

I want to experiment with emscripten. Specifically, I want to experiment with writing in C++ and then produce asm.js javascript to use in this application. I'd also like to be able to use some C++ libraries on the browser, for example https://github.com/CGAL/cgal which includes a line sweeping algorithm (for finding intersections within sets of line segments).

Progress so far

I'm using Mac OS/X as a dev environment. Instructions at http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html led me to download the emsdk-portable.tar.gz, but I immediately got stuck with a SSL certificate problem, as described on emsdk discussion forum.

Clone this wiki locally