[wasm] Implement more jiterpreter opcodes (#82940)
authorKatelyn Gadd <kg@luminance.org>
Fri, 3 Mar 2023 16:59:02 +0000 (08:59 -0800)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2023 16:59:02 +0000 (08:59 -0800)
commit9fd3ece652fed473c9f2398363da6d7bca41a5d9
tree906d0c3dfefd6818d0591afe0b094733ae1ff9b1
parent2974f90f12180b1f3860cfe9403ce892a693a1d8
[wasm] Implement more jiterpreter opcodes (#82940)

* Implement a bunch of missing math opcodes like exp, log and pow
* Implement STELEM_VT
src/mono/mono/mini/interp/jiterpreter.c
src/mono/wasm/runtime/jiterpreter-trace-generator.ts
src/mono/wasm/runtime/jiterpreter.ts