dispatchrun / wasi-go

A Go implementation of the WebAssembly System Interface (WASI)
Apache License 2.0
124 stars 7 forks source link

limit open files and directories #84

Closed achille-roussel closed 1 year ago

achille-roussel commented 1 year ago

This PR adds two settings on the wasi.FileTable data structure to limit the number of open files and directories.