Tomi Belan

Results 29 comments of Tomi Belan

Can someone please review this PR? I'm guessing @MGibson1 or @eliykat might be the right reviewer for this area. If not, please redirect. By the way, another reason why `bw...

Any updates? It's been 40 days. :(

Thanks for replying. I'll look forward to it. I'll also note the patch is just 1 line long, although of course that's not a perfect indicator. :)

Hello again. Today it's *two months* since I sent this trivial *single line* patch. What's going on??? I'm just confused: the repo is clearly quite active, and internal PRs are...

Thanks for replying and for explaining that the issue is with QA capacity. It sounds like someone did look at the PR at least to determine that. I wish they'd...

So the main issue is with how to call asynchronous JS functions (importers, sass functions) from libsass. I see two possible ways to do it: a) Run libsass in a...

Good news! I did it! :tada: I have a working "node-sass-wasm" which supports the *full* node-sass API, including asynchronous importers and functions (thanks to worker_threads), and passes all of test/api.js...

I'll try to publish the code ASAP so you can take a look. Sorry, it's not quite ready yet. I didn't rewrite libsass. I'm compiling libsass with Emscripten and wrapping...

The prototype is ready. :tada: Take a look: https://github.com/TomiBelan/node-sass-wasm A very unprofessional benchmark says test/api.js + test/spec.js runs in 14.4 seconds on node-sass but in 25.6 seconds on node-sass-wasm. So...