Derek Schuff
Derek Schuff
Most of the way to printing. TODO: VLQs, parsing. Now would be a good time for a round of review.
Allowing conversion of SM -> DWARF seems like a good idea. I do think it would still be nice to eventually make it more seamless, e.g. automatically generate a DWARF...
Thanks for the patch! Please join the W3C [Community Group](https://www.w3.org/community/webassembly/) before contributing: it provides the legal framework that protects the work in this repository.
Changing this for the existing format may be too much, but it's certainly not too late for extended-const, and I think it's worth talking about. On the LLVM [issue](https://reviews.llvm.org/D121349#inline-1161239) I...
In general, proposals advance when sufficiently motivated people push them forward. That person could be you! `bswap` seems like it could be a relatively straightforward proposal. 1) it's a simple...
@kanaka IIRC In Chrome and Firefox, currently when displaying wast (instead of original source) the JS engine disassembles the wasm binary and passes the wast text to the devtools. Using...
@RyanLamansky I agree that in principle a source-mapping format meant for wasm would not look like JavaScript source maps. However the intention of this convention is just to capture some...
OK, I think have addressed the comments, although I'm not 100% sure if @domenic had anything more in mind beyond what I did about URLs and resolution.
I started the discussion here to get feedback from wasm folks but I agree that it makes more sense to go in the source map spec, and wasm shouldn't be...