@sekao: > Don't use i386 as your cpu target, use wasm32.
Are you saying i386 didn't work for you? I used i386 just as @yglukhov recommended and it as always worked for me; when I use wasm32 as a target for the Drag Race program, it compiles but I get some sort of memory allocation problem where the memory allocation is no longer emulated in Nim properly, meaning I would have to change the code to support it. This is likely because memory management in Nim is possibly automatically set to none for unrecognized targets. What kind of problems did you get using i386?