Closed tiran closed 2 years ago
Adding the wasmfs label here because if we don't get around to fixing this in the old FS, we may want to make sure the new FS fixes this before we enable it by default.
It looks like this is already fixed in 3.1.5 (I could reproduce in 3.1.4 but not in 3.1.5).
Version of emscripten/emsdk:
Failing command line in full: Calling
msync
on an anonymous mmap results in a JS type error and abort.msync
of an anonymous mappings is a no-op. It should verify the argument (address is multiple of page size, flags are correct) and return with an error.