After nodejs/node#59791, NodeJS no longer accept absolute paths as arguments to WASI P1 functions.
WasiFileSystem does not convert paths from absolute to relative before passing them to WASI functions (https://github.com/square/okio/blob/83c8481334f3cae144f43cc7d7f256531b8c0340/okio-wasifilesystem/src/wasmWasiMain/kotlin/okio/WasiFileSystem.kt#L471), so it is prone to this problem.
After nodejs/node#59791, NodeJS no longer accept absolute paths as arguments to WASI P1 functions.
WasiFileSystemdoes not convert paths from absolute to relative before passing them to WASI functions (https://github.com/square/okio/blob/83c8481334f3cae144f43cc7d7f256531b8c0340/okio-wasifilesystem/src/wasmWasiMain/kotlin/okio/WasiFileSystem.kt#L471), so it is prone to this problem.