Stream: wasi

Topic: Preopens and path resolution


view this post on Zulip Tarek Sander (Jan 17 2025 at 13:10):

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?

view this post on Zulip Alex Crichton (Jan 17 2025 at 15:12):

I believe it'd use /cache


Last updated: Jan 24 2025 at 00:11 UTC