-
Notifications
You must be signed in to change notification settings - Fork 0
Emscripten
Matt Wallis edited this page Sep 18, 2016
·
1 revision
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).
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.