Skip to content

Add support for fadvise in preview 3 nodejs shim implementation #718

Open
@andreiltd

Description

@andreiltd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions