With the dual 64/32 assembly examples (
updated today), the assemble & link times are only marginally longer than for plain MASM32 files.
Timings for my Core i5 cpu:
The console example needs 400 ms with ML64 and JWasm, 270 ms with AsmC
The window template needs 500 ms with ML & (H)JWasm, 360 ms with AsmC
ML64: Total compile time 1984 ms
That is clearly too much for a Hello World. For comparison, the RichMasm source with its 18k lines takes less than 900ms 8)