Yuri Iozzelli
Yuri Iozzelli
I would like to clarify that while there is no general rule for arbitrary annotations, we do have a spec document specifically for code metadata sections/annotations: https://webassembly.github.io/branch-hinting/metadata/code/text.html It is very...
Yeah there is no way to test if the feature is implemented. but on the upside it means that people can just always include the hints section in their modules,...
A few points from the perspective of another production Wasm JIT engine (https://webvm.io): - Asynchronous compilation is very important. I like the idea of asking the embedder to put the...
@jakobkummerow this default V8 behavior is bad for our use case, because we always want the most optimized version possible when we request to (re)compile a function. As @cfallin mentioned,...