WASI-based FS implementation does not work with latest NodeJS versions.
Previously, operations accepting paths worked with absolute path as long as path's prefix was matching a directory corresponding to the fd. In other words, if there was a file descriptor corresponding to the /tmp directory, operations working with path were accepting absolute paths like /tmp/foo.
After nodejs/node#59791 it's no longer the case, an attempt to pass an absolute path will end with the notcapable error.
I tested the following versions: