Blog
About Me
Twitter
Gitlab
bruno.verachten.fr
Articles regarding my daily work and my tinkering at home
Videos here
!
Node.js
Running Node.js on RISC-V with Docker (when there's no official image yet)
Photo by Tatiana P on Unsplash You know that moment when you try docker pull node --platform linux/riscv64 and Docker comes back with this? Using …
Building Node.js Natively on RISC-V: A 15-Hour Journey from Fork to Release
When I set out to add native RISC-V 64-bit build support to the Node.js unofficial builds project, I thought it would be straightforward: fork the …