If I give a WASI program a preopen for "/" and a preopen for "/cache", would the standard library access "/cache/a" via the "/", or the "/cache" preopen?
I believe it'd use /cache
/cache
Last updated: Jan 24 2025 at 00:11 UTC