[wasm] Implement more opcodes in the jiterpreter (#81575)
authorKatelyn Gadd <kg@luminance.org>
Fri, 3 Feb 2023 02:46:32 +0000 (18:46 -0800)
committerGitHub <noreply@github.com>
Fri, 3 Feb 2023 02:46:32 +0000 (18:46 -0800)
commit9ffc5fe52027fe193625dfd7069dcf64006f6fb5
treebaf45bad0ca3fc09efa453fbb5dd70c867ac51db
parent4438d9208ef15ea3025911593b90ca713bde432f
[wasm] Implement more opcodes in the jiterpreter (#81575)

* Implement the new add_mul_imm interpreter opcodes
* Implement MINT_LDFTN and MINT_INTRINS_ENUM_HASFLAG
* Implement MINT_ARRAY_RANK
src/mono/mono/mini/interp/interp.c
src/mono/mono/mini/interp/jiterpreter.c
src/mono/mono/mini/interp/jiterpreter.h
src/mono/wasm/runtime/cwraps.ts
src/mono/wasm/runtime/jiterpreter.ts