WASI filesystem defines interface for calling fadvise: https://github.com/WebAssembly/wasi-filesystem/blob/main/wit-0.3.0-draft/types.wit#L345
This is not supported in Node.js filesystem API thus the call is NOP in current implementation. We should add support for calling fadvise through native bindings.
WASI filesystem defines interface for calling
fadvise: https://github.com/WebAssembly/wasi-filesystem/blob/main/wit-0.3.0-draft/types.wit#L345This is not supported in Node.js filesystem API thus the call is NOP in current implementation. We should add support for calling
fadvisethrough native bindings.