As a NimScript noob, I like the power it apparently gives, but how would this
emscripten config block
cc = clang
cpu = i386
clang.cpp.exe = "emcc"
clang.cpp.linkerexe = "emcc"
clang.options.always = "-s ASM_JS=1 --separate-asm"
clang.cpp.options.linker = "-Oz -s ASM_JS=1 --separate-asm"
Runfrom a nim.cfg look in nims?
