-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
difference with https://github.com/adamdruppe/dmd/tree/dtojs ? #2
Comments
On Sat, Feb 01, 2014 at 04:23:47PM -0800, Timothee Cour wrote:
The dmd one is probably closer to working but neither of them really work. I got this working for a while but found it pretty useless in practice (I |
The browser interfaces in the tests here could still be very practical to use in an |
Just to update etcimon's link to http://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html as the old one is deprecated and may be removed at any time. |
note btw that I have abandoned this project. dmd's code has changed enormously too, so if we wanted to do it again, it would be entirely different (actually probably entirely easier but still, not something I care about doing any more...) |
which is the most up to date version? this repo or https://github.com/adamdruppe/dmd/tree/dtojs ?
Also I can't build the latter one either (posting here since there's no issue section in the latter):
microd.c:4:10: fatal error: 'microd.h' file not found
include "microd.h"
indeed, it's not there
The text was updated successfully, but these errors were encountered: