jco icon indicating copy to clipboard operation
jco copied to clipboard

Add support for `fadvise` in preview 3 nodejs shim implementation

Open andreiltd opened this issue 9 months ago • 0 comments

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.

andreiltd avatar May 29 '25 10:05 andreiltd