James Prevett
James Prevett
@andrewbranch, Thank you for the review! This PR needed to fix types so I can work on [@zen-fs/emscripten](https://github.com/zen-fs/emscripten). I have some prototype code, however, the missing types on @types/emscripten prevent...
@lourd @kripken @brendandahl Any updates on this?
@lourd @kripken @brendandahl @andrewbranch Can we look at merging this soon?
Ready to merge
This is still an issue in prettier 3.2.5
@jprendes What do you think? If I can fix #8, I can try to do this myself.
@cesare-montresor JSCPP is really cool: https://github.com/felixhao28/JSCPP
@alienself @cesare-montresor I can't remember where I saw it, but the python errors have to do with the newer version of pyodide being used when we try to build being...
> ... @dr-vortex Are there any updates on making this awesome project easy to integrate? @cesare-montresor I've updated my GitHub username from @dr-vortex to @james-pre. Please update your comment, and...
@sebavan I agree! For performance, I was thinking of moving from using mostly `array.forEach` to using `for` loops (see [this](https://leanylabs.com/blog/js-forEach-map-reduce-vs-for-for_of/) report).