Ben Smith
Ben Smith
I guess I don't see why this is preferable to the syntax proposed in the gist above? ```wast (module (@custom "sectionName" (after function) "hello") ... ) ``` the `wat` format...
> Regarding adding custom sections support with the syntax you commented, would you be happy if we help with a PR for that? Sure, that would be great! > (perhaps...
@MendyBerger I think just waiting on someone to implement, yes. Feel free to send a PR!
Take a look at the document here: https://github.com/WebAssembly/annotations/blob/main/proposals/annotations/Overview.md#details This seems to be up-to-date as far as I can tell. It seems that there has been some discussion about how to...
This isn't currently implemented, but it should be possible to add it without too much additional code. If you'd like to give it a try, feel free to send a...
Sorry, got started looking at this then got distracted. :-)
It looks like the default copy constructor is not supported using brace initializer syntax. It looks like this doesn't work in gcc 4.x, but was fixed in gcc-5: https://godbolt.org/z/W7oGjP. A...
Thanks for looking into this, and sorry for the very long review delay. Like the previous PR, I think I'd prefer something a bit more comprehensive to handle missing features...
> I assumed this we could catch all the missing features in binary-reader.cc but maybe there needs to be a more extensive solution if missing features get caught in other...
There are quite a few tools to convert man pages to html, but tbh I don't know which one was used here. I tried groff, man2html, and pandoc, but all...