@@ -10,6 +10,10 @@
#include <signal.h>
+#ifdef __EMSCRIPTEN__
+#include <emscripten.h>
+#endif
+
typedef void(*dbEmit_t)(void*);
namespace bbDB{
@@ -130,6 +134,10 @@ namespace bbDB{
bb_printf( "\n" );
fflush( stdout );
+ emscripten_pause_main_loop();
for(;;){
char buf[256];