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"
    
    
    Run

from a nim.cfg look in nims? 

Reply via email to