Comment 4 for bug 1644017

Revision history for this message
Jay (jayjay2016) wrote :

I have compiled with pretty-code and included relevant source.
(Open zip and go to binaries/WebsiteAlpha to see the juliar.js)

In a file src/core_module/math.cpp all I did was added was some std::map variable.

Please keep in mind, using vectors works perfectly!

If I remove the std::map it works perfectly no javascript errors are given and file executes to the finish. However, if I add an std::map to any of functions in namespace it freaks out. g++/clang++ compilation works well (no errors are given) However, when I compile a cheerp, it gives me such error in javascript.

Please advice.