Skip to content

Hyrtwol/odin-coreclr

Repository files navigation

Core Common Language Runtime (CLR)

to list dotnet runtimes use:

dotnet --list-runtimes

One way to use the lib is to add it as a git submodule:

git submodule add git@github.com:Hyrtwol/odin-coreclr.git 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