Re: Emscripten debug proposal

2016-03-10 Thread nfitzgerald
I had a draft proposal somewhat based on DWARF for extending the existing source map format to encode scopes and bindings[0]. I also had an initial reference implementation[1]. To make source maps actually usable for large compilations (such as those generated by emscripten), there will need to

Re: Embind registrations for 64 bit types

2016-03-10 Thread arnab choudhury
Looks like the real underlying problem is that there is no typed array support for 64 bit integral types: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays - Emscripten hence doesn't have a typed array view for 64 bit integral types. There is hence no corresponding Embind