Yuri Iozzelli
Yuri Iozzelli
I am the champion of the [Branch Hinting](https://github.com/WebAssembly/branch-hinting) proposal, and I am thinking about the requirement of adding tests for entering phase 3. There is currently no infrastructure in the...
Hi, I am following the Copper book, and I am currently having problems with the very first program (http://japaric.github.io/copper/first/build.html). The program compiles, but the objdump output is the following: ```...
I have been thinking a lot on how to add testing to the Branch Hinting proposal, and in general to annotations and custom section based proposals (like the Annotations proposal...
I'm not sure how this is supposed to work, but apparently my jid has the suffix `gmail.com`. adding a match arm [here](https://github.com/wiomoc/whatsappweb-rs/blob/dacf1ef4d9879c3ca2346620ebd94ed449bab654/src/node_wire.rs#L459) seems to fix the problem.
I am using wasp for a project, and I realized that when iterating a text module, I can't get the location information from the `ModuleItem`s The issue is an extra...
I would like to see this proposal going forward, since it's a prerequisite for the branch hinting proposal. We recently solved the main issue of missing tests (https://github.com/WebAssembly/annotations/issues/15) by adding...