[quickjs-devel] Re: QuickJS running inside TinyEMU

  • From: Fabrice Bellard <fabrice@xxxxxxxxxxx>
  • To: quickjs-devel@xxxxxxxxxxxxx
  • Date: Mon, 9 Sep 2019 13:56:28 +0200

Hi,

There is a working version of QuickJS in JSLinux for 64 bit RISC-V. Just try launching "qjs" at

https://bellard.org/jslinux/vm.html?cpu=riscv64&url=https://bellard.org/jslinux/buildroot-riscv64.cfg&mem=256

The necessary patches are very small (cross compiling in the Makefile, modified 64 bit test in quickjs.h and disabling of CONFIG_ATOMICS). Some of them will be available in the next release.

Best regards,

Fabrice.

On 9/4/19 10:52 PM, Diego Nehab wrote:

Hello,

I am having some trouble getting QuickJS to run inside a 64bit RISC-V emulator (similar to TinyEMU). Has anybody managed to do that already? If so, what were the required changes?

Kind regards,
Diego

Other related posts: