v8-users@googlegroups.com

2020-06-19 Thread Dan Elphick
I've attempted to reproduce with your sample code and I can't get it to work. I modified samples/hello-world.cc and changed main to this: int main(int argc, char* argv[]) { std::unique_ptr platform = v8::platform::NewDefaultPlatform(); v8::V8::InitializePlatform(platform.get()); v8::V8::Init

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

2020-06-19 Thread Yoav Weiss
LGTM1 as this is catching up with Firefox and Safari. On Tue, Jun 16, 2020 at 5:54 PM 'Thibaud Michaud' via blink-dev < blink-...@chromium.org> wrote: > Contact emails > > thiba...@chromium.org, ecmzieg...@chromium.org > > Spec > > WebAssembly multi-value spec repository: > > https://github.com/W

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

2020-06-19 Thread Chris Harrelson
LGTM3 On Fri, Jun 19, 2020 at 6:50 AM Manuel Rego Casasnovas wrote: > LGTM2 > > On 19/06/2020 15:30, Yoav Weiss wrote: > > LGTM1 as this is catching up with Firefox and Safari. > > > > On Tue, Jun 16, 2020 at 5:54 PM 'Thibaud Michaud' via blink-dev > > mailto:blink-...@chromium.org>> wrote: > >