Advisory lock on an open file is provided by calling flock on the filestream.
https://github.com/dotnet/runtime/blob/master/src/libraries/Native/Unix/System.Native/pal_io.c#L641-L646
This does not work correctly in the filesystem interface running under wasm.