SteveSandersonMS / dotnet-wasi-sdk

Packages for building .NET projects as standalone WASI-compliant modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GuidoMerliniEnel opened this issue · comments

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?