issues
search
SteveSandersonMS
/
dotnet-wasi-sdk
Packages for building .NET projects as standalone WASI-compliant modules
519
stars
36
forks
source link
Assembly isolation using WASI sandbox
#39
Open
pavelsavara
opened
2 years ago
pavelsavara
commented
2 years ago
This sample shows how to
use
wasmtime-dotnet
wrapper API around wasmtime engine
configure it for WASI
call exported functions
map memory
load untrusted DLL into runtime inside of WASM process
marshal json payload as bytes
dispatch call to untrusted component
created as part of MSFT hackathon 2022
This sample shows how to
created as part of MSFT hackathon 2022