|
|
|
|
|
by zzmp
4273 days ago
|
|
This was my first emscripten project - I would definitely recommend it. I found it to be a great tool. Two things to point out: - If something is not documented well, it is probably tested well. If you can find the tests that cover it, you can usually get a good idea of how it works.
- There is no multithreading. I had to fake it by breaking up my loops with setTimeouts. There is an IRC channel if you need a place to go for help. Also, feel free to PM. |
|