Skip to content

Add branch hints to the WebAssembly interpreter

Camil Staps requested to merge 109-branch-hints into main

What does this MR do?

Implements #109 (closed). No performance measured, as it is not clear which runtimes use this information.

Changes to public APIs

N/A

Author's checklist (required)

  • If bugs have been solved, tests have been added (guidelines)
  • A changelog entry has been added (guidelines)
  • Newly added code is documented (guidelines)
  • Newly added code has a style consistent with the rest of the repository
  • Intermediate commits compile (use git rebase -i main if not)

Related issues

Closes #109 (closed)

Merge request reports