This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
This PR adds support for overflow checking for Wasm for most of the Conv_Ovf opcodes. Still to do are two of native int: Conv_Ovf_I, Conv_Ovf_I_Un . (Conv_Ovf_U is included here). Was going to wait until c#9 was available to do the missing ones.
This PR adds support for overflow checking for Wasm for most of the Conv_Ovf opcodes. Still to do are two of native int:
Conv_Ovf_I
,Conv_Ovf_I_Un
. (Conv_Ovf_U
is included here). Was going to wait until c#9 was available to do the missing ones.