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

2020-06-15 Thread Jean-Claude Monnin
I'm facing the same issue. I built v8 for Android, and when linking `libv8_monolith.a` in my app using NDK, there are link errors. The app and the other third-party libs use the NDK libc++ expecting the `std::__ndk1` namespace, but v8 is expecting `std::__1`. I couldn't find a way to tell the v

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

2020-06-15 Thread Elmi Ahmadov
I don't know your exact use case but with `symbol_level = 0`, it works for me on V8 *8.3.110.9* On Monday, June 15, 2020 at 5:31:40 PM UTC+2, Tommaso Bossi wrote: > > Actually I don't think the issue is related to this specific version. I > have tried with version 8.1 and I get the same result.

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

2020-06-15 Thread Tommaso Bossi
Actually I don't think the issue is related to this specific version. I have tried with version 8.1 and I get the same result. Il giorno sabato 13 giugno 2020 11:29:01 UTC+2, Tommaso Bossi ha scritto: > > Hi everyone, > > I'm trying to compile V8 as a shared library for all platforms. The > comp

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

2020-06-15 Thread Andreas Haas
Launch bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1094837 On Friday, June 12, 2020 at 8:42:11 AM UTC+2 Andreas Haas wrote: > Spec > > https://github.com/WebAssembly/JS-BigInt-integration > Contact emails > ah...@google.com, ecmzi...@google.com > > Summary > > The "JavaScript