WebAssembly / wasi-filesystem

Filesystem API for WASI
Other
179 stars 19 forks source link

is-same-object, metadata-hash and metadata-hash-at: add missing this: descriptor argument #126

Closed pchickey closed 1 year ago

pchickey commented 1 year ago

These are methods on file/directory descriptors. Add those missing arguments.

sunfishcode commented 1 year ago

Thanks! I'll merge this directly, as this is indeed the intention for these functions.