added os.Root bindings to the JSVM

This commit is contained in:
Gani Georgiev
2025-09-06 14:51:27 +03:00
parent 6a5e449b3c
commit f2056f61bd
5 changed files with 5648 additions and 5222 deletions
@@ -377,6 +377,7 @@ func (drv *driver) NewRangeReader(ctx context.Context, key string, offset, lengt
return nil, err
}
// @todo consider replacing with os.Root
f, err := os.Open(path)
if err != nil {
return nil, err