nim_emscripten_tutorial icon indicating copy to clipboard operation
nim_emscripten_tutorial copied to clipboard

Nim emscripten tutorial.

Results 4 nim_emscripten_tutorial issues
Sort by recently updated
recently updated
newest added

after running ``` nim c -d:emscripten .\step1.nim ``` This error shows in the chrome console ``` Uncaught ReferenceError: SharedArrayBuffer is not defined at step1.js:489:40 step1.html:40 [post-exception status] Exception thrown, see...

Step 3 is crashing (only on desktop, working in the browser). Here are the logs: ```sh └[avahe@throne $master]: nim c -d:debug -r step3.nim Hint: used config file '/home/avahe/.choosenim/toolchains/nim-1.6.4/config/nim.cfg' [Conf] Hint:...

I don't know whether this is fidget-related or only here, so I create an issue in this repo. ``` $ nim --version Nim Compiler Version 1.4.6 [Linux: amd64] Compiled at...

1) Specifying `exceptions:goto` is optional with `gc:arc` since arc/orc already imply them. It might be useful to be more explicit though, so that's up to your own discretion :) 2)...