nim_emscripten_tutorial
nim_emscripten_tutorial copied to clipboard
Some small tips
-
Specifying
exceptions:gotois optional withgc:arcsince arc/orc already imply them. It might be useful to be more explicit though, so that's up to your own discretion :) -
To solve the
Calling stub instead of signal()you'd usually want to use-d:noSignalHandlerso Nim doesn't generate its own signal handlers -
I feel like it's better to not commit the
.exefiles (or.wasm.data.html) to the repo