SteveSandersonMS / dotnet-wasi-sdk

Packages for building .NET projects as standalone WASI-compliant modules
518 stars 35 forks source link

load .wasm files and execute in sandboxes instead of .dlls #57

Open GuidoMerliniEnel opened 1 year ago

GuidoMerliniEnel commented 1 year ago

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?