Skip to content

Hyrtwol/odin-coreclr

Repository files navigation

Core Common Language Runtime (CLR)

to list dotnet runtimes use:

dotnet --list-runtimes

To use the lib clone it in the shared folder in the odin root.

cd %ODIN_ROOT%
git clone ssh://git@gitea.ontogenesis.com:2222/odin/odin-coreclr.git shared/coreclr

ilasm.exe is from runtime.win-x64.microsoft.netcore.ilasm.8.0.0.nupkg

ildasm.exe is from runtime.win-x64.microsoft.netcore.ildasm.8.0.0.nupkg

#ifdef __linux__
const string libcoreclr = "libcoreclr.so";
#elif __APPLE__
const string libcoreclr = "libcoreclr.dylib";
#else
const string libcoreclr = "coreclr.dll";
#endif

About

Core Common Language Runtime (CLR) for Odin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published