Re: EMSDK's version of Node.js?

2021-10-26 Thread 'Steven Johnson' via emscripten-discuss
Yep, it looks good enough for what I need. SGTM.

On Tue, Oct 26, 2021 at 3:19 PM Alon Zakai  wrote:

> Node docs say that version uses v8 9.4.146.19,
>
> https://nodejs.org/en/download/releases/
>
> I believe SIMD was enabled by default in Chromium 91,
>
> https://developer.chrome.com/blog/new-in-chrome-91/
>
> which would mean V8 9.1.* would be enough. So that should be new enough.
> But it would be good to verify.
>
> On Tue, Oct 26, 2021 at 12:43 PM 'Steven Johnson' via emscripten-discuss <
> emscripten-discuss@googlegroups.com> wrote:
>
>> On Tue, Oct 26, 2021 at 12:39 PM Alon Zakai  wrote:
>>
>>> Separately, however, does 16.13.0 have a new-enough SIMD for you?
>>>
>>
>> Good question. Let me check. (What does it claim?)
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "emscripten-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to emscripten-discuss+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/emscripten-discuss/CAM%3Ddnve%3DO_3znVw4bjrxpR4%2BjZX2wmx6M52tbw5rsajh2myRYw%40mail.gmail.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to emscripten-discuss+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/emscripten-discuss/CAEX4NpTPW8kRNvX1aWUq44XtSei0ndTKW52RGhdf1mpaZKp2oA%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/CAM%3DdnvcYn%3DVyrYk4CTE9XezNfsy5KTnzQ9BqZ1xyJ5kY6MV2Hw%40mail.gmail.com.


Re: EMSDK's version of Node.js?

2021-10-26 Thread Alon Zakai
Node docs say that version uses v8 9.4.146.19,

https://nodejs.org/en/download/releases/

I believe SIMD was enabled by default in Chromium 91,

https://developer.chrome.com/blog/new-in-chrome-91/

which would mean V8 9.1.* would be enough. So that should be new enough.
But it would be good to verify.

On Tue, Oct 26, 2021 at 12:43 PM 'Steven Johnson' via emscripten-discuss <
emscripten-discuss@googlegroups.com> wrote:

> On Tue, Oct 26, 2021 at 12:39 PM Alon Zakai  wrote:
>
>> Separately, however, does 16.13.0 have a new-enough SIMD for you?
>>
>
> Good question. Let me check. (What does it claim?)
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to emscripten-discuss+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/emscripten-discuss/CAM%3Ddnve%3DO_3znVw4bjrxpR4%2BjZX2wmx6M52tbw5rsajh2myRYw%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/CAEX4NpTPW8kRNvX1aWUq44XtSei0ndTKW52RGhdf1mpaZKp2oA%40mail.gmail.com.


Re: EMSDK's version of Node.js?

2021-10-26 Thread 'Steven Johnson' via emscripten-discuss
On Tue, Oct 26, 2021 at 12:39 PM Alon Zakai  wrote:

> Separately, however, does 16.13.0 have a new-enough SIMD for you?
>

Good question. Let me check. (What does it claim?)

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/CAM%3Ddnve%3DO_3znVw4bjrxpR4%2BjZX2wmx6M52tbw5rsajh2myRYw%40mail.gmail.com.


Re: EMSDK's version of Node.js?

2021-10-26 Thread Alon Zakai
I think our general policy here has been to use the Node that we assume
most people are using anyhow (which seems safest for testing and everything
else). That generally means Node LTS, since it's what the node download
page directs people to, although we've debated that in the past.

It looks like current LTS is 16.13.0, so there has been a release of a new
LTS since our 14.*, and we should probably upgrade?

Separately, however, does 16.13.0 have a new-enough SIMD for you?


On Tue, Oct 26, 2021 at 12:18 PM 'Steven Johnson' via emscripten-discuss <
emscripten-discuss@googlegroups.com> wrote:

> Is EMSDK planning on including a version of Node that is more up-to-date?
>
> emsdk 2.0.32 includes node v14.15.5, which doesn't seem to be up to date
> with (e.g.) the final wasm-simd128 spec.
>
> It would simplify life for me a lot if I could rely on the current EMSDK
> install to provide a reasonably up-to-date runtime for wasm, rather than
> having to install one separately.
>
> --
> You received this message because you are subscribed to the Google Groups
> "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to emscripten-discuss+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/emscripten-discuss/CAM%3Ddnve-a1BU3YpxAwkGV9_pYNx%2BY63QuiGHcS6YC8odAVH1KA%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/CAEX4NpSeD3GmWzaTFPd_Y6%3DQiUuHPozgsEX23HKMF8qCBRsmVQ%40mail.gmail.com.


EMSDK's version of Node.js?

2021-10-26 Thread 'Steven Johnson' via emscripten-discuss
Is EMSDK planning on including a version of Node that is more up-to-date?

emsdk 2.0.32 includes node v14.15.5, which doesn't seem to be up to date
with (e.g.) the final wasm-simd128 spec.

It would simplify life for me a lot if I could rely on the current EMSDK
install to provide a reasonably up-to-date runtime for wasm, rather than
having to install one separately.

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/CAM%3Ddnve-a1BU3YpxAwkGV9_pYNx%2BY63QuiGHcS6YC8odAVH1KA%40mail.gmail.com.