ExtasyHosting / R2R-Example

Example library in .NET 8 w/ ReadyToRun (AOT)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadyToRun AOT Example

About The Project

I couldn't find a simple example that showcased how R2R AOT library could work in parralell with unamanged code so I decieded to write one with some example of the options and freedom it can allows developpers to have.

Builds With

  • Visual Studio 2022
  • .NET 8

Getting Started

  1. Open the Solution file in VS22
  2. Compile the Solution
  3. ⚠️ IMPORTANT STEP ⚠️
    1. Publish the C# library using the right Publish profile
  4. Run the example !

About

Example library in .NET 8 w/ ReadyToRun (AOT)

License:MIT License


Languages

Language:C# 48.9%Language:C++ 45.5%Language:C 5.6%