WASI
WASI copied to clipboard
Should `readlink` fail if the target is absolute?
Since WASI can't currently open symlinks with absolute paths, should readlink, fail when reading a symlink with an absolute path? That would avoid accidental leakage of host filesystem paths in some cases.