Nevermind, it seems that the .bc files contain the source map and bitcode (and @line directives). I'm getting a .map file after the link on my test app, and the sourceMappingURL in the linked Javascript.
On another test, I'm not seeing the .map file or @line directives in the final linked javascript but maybe the source needs to be located to build the .map files. I don't suppose there is an easy way to reference original source files (only source maps?). Seems like file id (@file?) / line tagging could minimize copying source files, but the browser would need disk access to the source. -- 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.
