Re: [v8-users] Re: Different object files generated when cross compiling V8 7.3 for Android ARM (vs V8 7.2)

2020-06-16 Thread Jean-Claude Monnin
I was able to get it running by defining `use_custom_libcxx=false`. In hindsight it's rather straightforward. It doesn't work on 7.3, but it works fine on 8.3. I have read in a couple of places that `use_custom_libcxx=false` is not supported on Android. It looks like this information is outdate

[v8-users] Re: Missing libv8_libplatform.cr.so in Android build

2020-06-16 Thread Elmi Ahmadov
This is the complete gn args that I use to build V8 8.3.110.9 for Android: target_os = "android" target_cpu = "arm64" v8_target_cpu = "arm64" is_component_build = false is_debug = false use_custom_libcxx = false v8_monolithic = true v8_use_external_startup_data = false v8_enable_i18n_support= fals

[v8-users] Re: Missing libv8_libplatform.cr.so in Android build

2020-06-16 Thread Tommaso Bossi
Thanks, but it didn't work. Anyway I managed to build the missing piece by running: ninja -C out.gn/arm64.release v8_libplatform ninja -C out.gn/arm64.release v8 I have not yet understood why android build behaves differently from the others, though. Il giorno lunedì 15 giugno 2020 17:39:29 UT

[v8-users] Intent to Ship: WebAssembly multi-value

2020-06-16 Thread 'Thibaud Michaud' via v8-users
Contact emails thiba...@chromium.org, ecmzieg...@chromium.org Explainer https://github.com/WebAssembly/multi-value/blob/master/proposals/multi-value/Overview.md Spec WebAssembly multi-value spec repository: https://github.com/WebAssembly/multi-value/ Recently merged into the core WebAssembly s

Re: [v8-users] Re: V8 version to upgrade to

2020-06-16 Thread Elangovan S
We recently upgraded from 6.2 to the latest version. Apart from the API changes, you must also understand the building toolset changed as well with the latest source code. Previously we used gyp toolset to compile the project. Now it has to be GN with Ninja etc.. As part of integrating with latest

[v8-users] Re: [blink-dev] Intent to Ship: JavaScript BigInt to WebAssembly i64 integration

2020-06-16 Thread Yoav Weiss
*LGTM1* On Tue, Jun 16, 2020 at 10:16 AM Andreas Haas wrote: > > > On Mon, Jun 15, 2020 at 12:52 PM Yoav Weiss wrote: > >> >> >> On Fri, Jun 12, 2020 at 8:42 AM 'Andreas Haas' via blink-dev < >> blink-...@chromium.org> wrote: >> >>> Spec >>> >>> https://github.com/WebAssembly/JS-BigInt-integrat

[v8-users] Re: [blink-dev] Intent to Ship: JavaScript BigInt to WebAssembly i64 integration

2020-06-16 Thread Andreas Haas
On Mon, Jun 15, 2020 at 12:52 PM Yoav Weiss wrote: > > > On Fri, Jun 12, 2020 at 8:42 AM 'Andreas Haas' via blink-dev < > blink-...@chromium.org> wrote: > >> Spec >> >> https://github.com/WebAssembly/JS-BigInt-integration >> Contact emails >> ah...@google.com, ecmzieg...@google.com >> > > I'm mis