sass / embedded-host-node

A Node.js library that will communicate with Embedded Dart Sass using the Embedded Sass protocol
MIT License
163 stars 28 forks source link

Support linux-riscv64 #323

Closed ntkme closed 2 months ago

ntkme commented 2 months ago

It turns out while the commonly used https://github.com/nodesource/distributions do not support riscv64, nodejs itself does have riscv64 support, and distributions like debian sid and alpine linux do have nodejs for riscv64.

This PR adds riscv64 optional dependencies.

nex3 commented 2 months ago

Thanks! Can you open a PR against dart-sass as well to add a changelog entry for this?