Playing a bit with chatGPT, got some results, still a way to go to have bun x64 running on riscv64 target.
root@9e17342373bd:/shared# ./box64_clang_mold_rel_dynarec/box64 --version
Box64 riscv64 v0.4.1 nogit with Dynarec with trace built on Apr 11 2026 06:59:23
root@9e17342373bd:/shared# for dir1 in ./bun-linux-x64-baseline.1.1.35 ./bun-linux-x64-baseline.1.2.14 ./bun-linux-x64-baseline.1.3.1 ./bun-linux-x64-baseline.1.3.12; do BOX64_LD_LIBRARY_PATH=/opt/x64root/usr/lib/x86_64-linux-gnu BOX64_EMULATED_LIBS=libc.so.6 ./box64_clang_mold_rel_dynarec/box64 $dir1/bun --version 2>/dev/null;done
1.1.35
1.2.14
1.3.1
1.3.12
Next I need to move to real hardware and test properly.
Is there any interest in PR for improved RISC-V support ?
Playing a bit with chatGPT, got some results, still a way to go to have bun x64 running on riscv64 target.
Next I need to move to real hardware and test properly.
Is there any interest in PR for improved RISC-V support ?