I just visited the nim website and copied the snake program. compiled it with command\: `nim compile --backend=js main.nim` and got an output file as `main.js` How do I run it? `node main.js` can't run it, I can show the errors/problems. Or as a webpage using an index.htm and linking main.js with \\ also doesn't work.