--
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 emscripten-discuss+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I was trying the demo on 32 bit chrome - What does this demo do? It just keeps showing downloading spinner on chrome 32 bithttp://mzl.la/webassemblydemo
I get some messages like:
'unsupported texture format for resource ...'
Thanks for providing us simple tests cases I've learned quite a bit them.
--
Interestingly, if I debug wasm using devtool (chrome 32 bit) and put a breakpoint at wasm function just before the call site and single step through wasm code, the bug does not happen. But if i put a breakpoint inside the called function - i get garbage value as second last parameter(as seen in dev tools) of the function (last int argument is fine)