chiark / gitweb /
Implement debug_printf() in the Emscripten front end, since that's the
authorSimon Tatham <anakin@pobox.com>
Fri, 5 Apr 2013 15:49:22 +0000 (15:49 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 5 Apr 2013 15:49:22 +0000 (15:49 +0000)
commit33b3947d1f449335b9065736c76dc74992508cac
tree3a2454a7c6999a18a453f9bc502bafb8546133f5
parente6afc02942ffd4e3738c5a0ac28a14bbbe345ba8
Implement debug_printf() in the Emscripten front end, since that's the
easiest way to call js_debug with formatted parameters.

[originally from svn r9807]
emcc.c