Re: [v8-users] Re: [8.7] Compile errors with Visual Studio 2019

2021-02-01 Thread Rodrigo Hernandez
Is there a reason it MUST be 8.7? I am the current maintainer for Windows builds on VCPKG and Mingw-w64, the VCPKG version is probably exactly what you need, but it currently sits at 8.6. I am working on an update to current stable version 8.8, but if it must be 8.7 you may have to see the port

Re: [v8-users] Re: [8.7] Compile errors with Visual Studio 2019

2021-02-01 Thread Quinten Lansu
Thanks for getting back to me! I've looked into fixing the compilation issues with Visual Studio 2019, but the problems range from "explicit move constructors are needed" to "don't use the /Zb:inline flag" and "I don't know why this exported class cannot be found by the linker". I don't think it'

Re: [v8-users] Reduce V8 size by eliminating unused features

2021-02-01 Thread Clemens Backes
Yep, the work to optionally strip out wasm is tracked in https://crbug.com/v8/11238. We have the gn arg now, but it does not reduce binary size yet. This will probably change until the end of this quarter. Follow the bug to get updates! On Mon, Feb 1, 2021 at 7:31 AM Jakob Gruber wrote: > +Cleme

[v8-users] Re: [8.7] Compile errors with Visual Studio 2019

2021-02-01 Thread Ben Ernst
Unfortunately the DLL build under MSVC++ breaks constantly and requires smarter people than me to fix it. If you can rearchitect your app to permit static linking to V8, you'll have a much better experience. Ben. On Wednesday, 27 January 2021 at 19:17:20 UTC+10:30 quinte...@gmail.com wrote: >