[wasm] Fix missing branch target table update (#83236)
authorKatelyn Gadd <kg@luminance.org>
Fri, 10 Mar 2023 00:25:59 +0000 (16:25 -0800)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2023 00:25:59 +0000 (16:25 -0800)
commit00858e42f68ee25a9b66f3f4df52c1b5b3763f6d
tree7b7e86c1d57d2e33bbdeed1e10177e437cbc74a8
parent27b4b73c46d590398c6d3b661f24dbf509fd35bd
[wasm] Fix missing branch target table update (#83236)

The jiterpreter was failing to add unconditional branch targets to the branch target table, which could cause branches targeting them to fail and make the trace bail out.
src/mono/wasm/runtime/jiterpreter-trace-generator.ts