Add a WASI test for a creating an absolute-path symlink. (#6071)
Wasmtime disallows guests from using `path_symlink` to create absolute-path symlinks, as they could confuse other code into accessing resources on the host that the guest otherwise doesn't have access to. This patch adds a test for this behavior.
This commit is contained in: