After install of rexglue (https://habr.com/ru/articles/1002640/), then download iruka-demo, (example project with dolphin) https://github.com/rexglue/demo-iruka

Replace with our .xex file (project)

start  codegen

codegen ./iruka_demo.toml

Set-up CLang environment as in previous article

Import-Module "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\Microsoft.VisualStudio.DevShell.dll"

Enter-VsDevShell -VsInstallPath "C:\Program Files\Microsoft Visual Studio\2022\Community" -Arch amd64

Build project

cmake --preset [platform] && cmake --build --preset [platform] 

If there is not implementation of some instruction, then create issue with it : https://github.com/rexglue/rexglue-sdk/issues

Useful video