Hi,
I would definitely prefer to see a single fork/continuation of Jwasm personally. I know Habran has been working very hard on the AVX512 support in HJWASM, I've staged some changes which I will give through to him once he is done to allow for proper AVX handling of PROC frame setup. At the moment the FRAME is generated using sse opcodes like movaps, which if you planning on using vmov..(any avx style) opcode inside the proc causes major performance penalties. I have proposed that we add a new decoration to the PROC declaration to allow for this on a PROC by PROC basis, so you would have:
MyProc PROC AVXFRAME USES a,b,c arg0:TYPE, arg1:TYPE ... etc
I have plenty of hosting space available which I think we should (and I would be happy to use) to host the project officially apart from the github repo and possibly include all the legacy copies/site history for posterity.