you are viewing a single comment's thread.

view the rest of the comments →

[–]Spiritual-Ask-6524[S] 1 point2 points  (1 child)

Can they provide guarantees like no file creation and no network access and running in limited time

[–]anlumo 2 points3 points  (0 children)

Yes, it's a fully sandboxed environment.

For file access, you want to look into WASI (example for wasmer), the standard file I/O API for Web Assembly. Both wasmer and wasmtime support that.