Google’s amazing V8 JavaScript/WASM engine is probably one of the most sophisticated open-source software libraries available today. It is used to power the computation in Google Chrome, NodeJS, and also CloudFlare Workers, which make it possible to run code for your website inside the CDN edges.
Thanks again for adding this option. I’m very glad that rstan can use V8 rather than having to make everyone (and CRAN) install OCaml libraries and headers.
Awesome news! Does your toolchain have the ability to build V8 for arm64 aka aarch64? libv8-dev doesn’t seem to be in the repos for Ubuntu Bionic on that architecture.
Thanks! I think I can get it to cross-compile on an x86_64 system. I tried native on my NVIDIA Jetson (arm64 plus some GPU cores) but depot_tools has some x86_64 executables and they crash the build in the gen step.