| ▲ | doctorpangloss 4 hours ago | |
But the WASM runs in the sandbox! It only has access to some files, your display, inputs, ... nothing insecure at all! | ||
| ▲ | gavinray 4 hours ago | parent [-] | |
WASM runs in a confined memory space allocated for the program. There is no I/O or host address space access. You need to run a WASI environment for that. | ||