You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comment here suggests there is bug with stdout streaming in python
but we use `stdout=PIPE` when we run `compiler.mjs`, which tends to
generate a lot more output that `preprocessor.mjs`
See `compile_javascript` in `emscripten.py`.
0 commit comments