emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.91k stars 3.32k forks source link

Fix stat and chmod on windows under NODERAWFS #23013

Closed sbc100 closed 1 week ago

sbc100 commented 1 week ago

lgtm, though I wonder if in general it is worth trying to be more portable than Node.js is. That is, we could give up on trying to do this sort of thing, and say "windows support requires code changes, like all Node.js code in general" - ?

I think that is already true today. But I guess we could take it step further?