DotNetIsolator
DotNetIsolator copied to clipboard
A library for running isolated .NET runtimes inside .NET
Simply cloning the repo and attempting to run `ConsoleSample` gives error: # Error ``` The command "wizer --allow-wasi --init-func _start --keep-init-func false --mapdir /::C:\Users\Developer\.nuget\packages\wasi.sdk\0.1.4-preview.10020\build\..\packs\wasi-wasm\lib/net7.0 --wasm-bulk-memory=true --inherit-env true -o "bin\Debug\net7.0\DotNetIsolator.WasmApp.wasm.pre" "bin\Debug\net7.0\DotNetIsolator.WasmApp.wasm""...
Hello , thanks for sharing this project I don't know much about low level stuff so pardon me I want to integrate unity with the semantic kernel library , unity...
how do i execute async function  cant wait for the day when this stuff is simple.... my god is it hard to say... here is some code run in...
Have you had any thoughts on how the component model and *.wit files might fits with this for languages other than c#? Do you know of anyone working on component...
I've tried to update this project a bit to make it more convenient to build APIs for. There were several changes, fixes etc. * The project has been ported to...
I tried to read XML file inside the invoke Lamda Expression but it make exception as below System.Xml.XmlException: Xml_MissingRoot at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res) at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlTextReaderImpl.Read() at...
### Setup I wanted to try out the limits of DotNetIsolator and changed the `ConsoleSample.Program.cs` file to have call `runtime.Invoke(...)` *many* more times (because you don't know how often a...
Full disclosure I 100% know that what I'm trying to do is bananas, especially given the infancy of this project and do not expect any assistance. _However_, I figured I'd...
👋 Hello, I'm trying to recreate the Minimal API sample from your recent [YouTube video](https://youtu.be/gKX-cdqnb8I) (great video btw), but I seem to get a MessagePack serialization issue with the latest...
I noticed both with calls in and the calls back to the host you always need to provide the method names and Params by hand. I was wondering if maybe...