wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten
https://wasmer.io
MIT License
18.52k stars 793 forks source link

Transfer the file size when renamed #5104

Closed maminrayej closed 1 week ago

maminrayej commented 1 week ago

Previously, when a file was renamed, the new file (target file) had zero as its size since stats were not properly transferred from the old file to the new one. This PR fixes the issue with the size.

Resolves #5103.