On Tuesday, April 22, 2014 12:06:19 PM UTC-5, Alon Zakai wrote: > > I see. In general fastcomp is now the only supported configuration, so > fixing non-fastcomp bugs is a low priority. >
I understand. > But maybe this is something easy to fix - what error do you get in 3.4? > (Undefined reference messages should be warnings, not errors, so perhaps > its something else?) > This is what Chrome's console says: "Uncaught ReferenceError: $d2 is not defined". ($d2 refers to the function posted in my first message). Here's a minimal example program that causes the error: http://pastebin.com/j370C3Es I'm compiling with: em++ -O1 -std=c++1y test.cpp -o test.html -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
