This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
This PR provides hard coded mappings to a new assembly to enable CoreRT to be a drop in replacement regards the JS interop for mono based frameworks. It follow the discussion at https://github.com/dotnet/corert/issues/8303
So far I've just tried to bring up Uno (https://github.com/unoplatform/uno) and this is one of the blockers. I've added a new project to provide an implementation for the mappings, but maybe that would be better outside of CoreRT, in another GitHub repo, and just some instructions added to the docs? Because I'm not sure what direction is best for that, I've not attempted to package this new assembly into nuget.
This PR provides hard coded mappings to a new assembly to enable CoreRT to be a drop in replacement regards the JS interop for mono based frameworks. It follow the discussion at https://github.com/dotnet/corert/issues/8303
So far I've just tried to bring up Uno (https://github.com/unoplatform/uno) and this is one of the blockers. I've added a new project to provide an implementation for the mappings, but maybe that would be better outside of CoreRT, in another GitHub repo, and just some instructions added to the docs? Because I'm not sure what direction is best for that, I've not attempted to package this new assembly into nuget.
closes: #8303