Yuri Iozzelli
Yuri Iozzelli
If a custom section test can't be part of the mandatory test suite, and the reference interpreter in your opinion is not the best place to implement the decoding of...
I think that it would be better to use an existing tool than to rewrite a wasm binary parser from scratch just for validating custom sections. [Wabt](https://github.com/WebAssembly/wabt) and [Wasp](https://github.com/WebAssembly/wasp) are...
Yeah sorry, it is unclear to me too if I am supposed to add semantic checks or not. My concern is that if I write a tool to parse just...
I am not using a mac, I am using Arch Linux. The version of arm-none-eabi-gcc that I had installed from the community repo was 6.3. I looked the version currently...
Ok, my bad: I was actually using yet another version of GCC (6.2.1) from the AUR. Back when I installed that package (probably a year ago or so) there wasn't...
I just switched [branch hinting](https://github.com/WebAssembly/branch-hinting) from master to main. Hopefully I didn't mess anything up.
Thanks for the feedback! > - A monolithic custom flag probably isn't enough. [...] True. Though for the python test runner we probably want an all-or-nothing that enables all of...
Thanks for the clarifications. I was just about to try something similar to what you are proposing! > How about I'll dig up my old code and see how easy...
@rossberg I was thinking about how to fit branch hinting annotations with this design, and I think I am missing something: For branch hinting, but probably most other annotations as...
> To answer your question, the parse function would traverse the AST and look at the position infos to narrow down and find the associated syntax node – sort of...