Does the WASI spec intend to disallow absolute path in path_open calls? If not, what should the path look like?
Take wasmtime for example, I've tried to open /file and /dir/file and both returns error code 76. This assumes I've passed in dir as a preopened directory with wasmtime --dir dir path_open.wat.