Where can I get help with build with emscripten?

https://github.com/NVIDIAGameWorks/PhysX-3.4
I’m trying to build a webassembly binary of PhysX with the repo above.
I found some macros defined in header files to indicate target platform to be emscripten.
But there’s no Makefile for emscripten.
I succeeded to build linux binary with linux32 and linux64 build scripts included.
But I got lost while I’m writing my own emscripten build scripts based on them.

Hi,
we do not support officially emscripten. But it should be possible to compile the SDK.

You can take a look at the cmake files over here:
https://github.com/EpicGames/UnrealEngine/tree/master/Engine/Source/ThirdParty/PhysX3/PhysX_3.4/Source/compiler/cmake/html5

Regards,
Ales