I am trying to port an existing application which is using [nng](https://github.com/nanomsg/nng). At runtime I get no-op errors relating to [sigmask](https://github.com/emscripten-core/emscripten/blob/edb38262494a8ac9c84c93b511eceffcfc1f1a7a/src/library_pthread.js#L994) and [atfork](https://github.com/emscripten-core/emscripten/blob/edb38262494a8ac9c84c93b511eceffcfc1f1a7a/src/library_pthread.js#L998) Is it technically possible to support pthread_sigmask and pthread_atfork in emscripten?