fs.FS support
Thanks to wazero, we can use the Go standard library fs.FS
filesystem abstraction. This lets us work with filesystems with much greater flexibility, no longer being bound to the real OS filesystem.
- Add
WithMapFS
option - Change the semantics of
WithPreopenDir
to map to virtual/
always, which is probably what it was trying to do before.