Closed SteveSandersonMS closed 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.
DotNetIsolatorHost.InvokeRaw
byte[]
Adds limited support for the case where the host app is AOT compiled. There's now a
DotNetIsolatorHost.InvokeRaw
method that works withbyte[]
parameters and return values, bypassing MessagePack serialization.