Michael Mifsud

Results 177 comments of Michael Mifsud

Compiling LibSass to WASM is easy. The difficulty is in compiling the C++ code that binds LibSass to Node. This is difficult in part because we need to rely on...

I'm curious to see the implementation. Update from our end: there's work going on right now to enable WASI un LibSass as well as libuv. This is the work we've...

From our point of view we've been waiting for the ecosystem and WASM to catch up. The reality is it's not ready our use case. Which isn't to say it's...

It's worth noting that folks working on WASM and WASI are seriously looking specifically at the issues faced by node-sass and LibSass as part of their work to evolve the...

@jasonwilliams there have been various benchmarks over the years. You'll want to pay close attention to the language used in these benchmarks. I suggest looking at the raw numbers if...

Most of these are out of date now, and non of them include the recent changes on LibSass master (unreleased).

This has been on my to-do list for ages. Thank you for starting this. One thing, I would drop the integrations. It's not useful and probably wildly out of date....

This is getting pretty close. There's a segfault in one of the tests I still need to debug. It's worth noting this unwinds the work @stefanpenner's to implement `Nan::ObjectWrap` (#2128)...

This potentially unwinds @kkoopa's work to propagate async context (#2295) because I couldn't find the equivalent in N-API.

I have it compiling and running most of the tests. There is a segfault that seems semi random. I'll need to investigate. I've update the the install scripts to use...