Implement Ldelem etc (#72)

This commit is contained in:
Patrick Stevens
2025-06-27 14:28:38 +01:00
committed by GitHub
parent 4352bfa218
commit 7c636b61a7
12 changed files with 320 additions and 9 deletions

View File

@@ -4,6 +4,8 @@
<TargetFramework>net9.0</TargetFramework>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<WarningsAsErrors>false</WarningsAsErrors>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
</Project>