hi, for a company use case we would like to have wasms generated from c# code and wasi export methods to be used as plugins inside browsers, but also in the backend, being it dotnet based or on other platforms.
using your isolator example is interesting from a c# bacvkend point of view, where we would like not to load and run in sandbox a dll bu a wasm, and calling its exported methods like a plugin. would it be possible?
hi, for a company use case we would like to have wasms generated from c# code and wasi export methods to be used as plugins inside browsers, but also in the backend, being it dotnet based or on other platforms. using your isolator example is interesting from a c# bacvkend point of view, where we would like not to load and run in sandbox a dll bu a wasm, and calling its exported methods like a plugin. would it be possible?