bytecodealliance / wasmtime-dotnet

.NET embedding of Wasmtime https://bytecodealliance.github.io/wasmtime-dotnet/
Apache License 2.0
409 stars 52 forks source link

sockets capability #312

Open mjkkirschner opened 3 months ago

mjkkirschner commented 3 months ago

Hello, is it possible to control what sockets can be created or accessed in some way in wasmtime the same way that file system access can be controlled using the preopened_dirs configuration?