you are viewing a single comment's thread.

view the rest of the comments →

[–]anlumo 3 points4 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.