SteveSandersonMS / DotNetIsolator

A library for running isolated .NET runtimes inside .NET
MIT License
604 stars 40 forks source link

Support AOT scenarios #12

Closed SteveSandersonMS closed 1 year ago

SteveSandersonMS commented 1 year ago

Adds limited support for the case where the host app is AOT compiled. There's now a DotNetIsolatorHost.InvokeRaw method that works with byte[] parameters and return values, bypassing MessagePack serialization.