Join Slack
Powered by
Do we still need to use a non-standard NodeJS vers...
# webassembly
j
jw
11/02/2023, 2:33 PM
Do we still need to use a non-standard NodeJS version to get WASM tests to run? I thought they landed the new V8 into 21.x? I'm seeing the
new WebAssembly.Module
error even with 21.1.0 specified.
e
eygraber
11/02/2023, 2:56 PM
Seems like it
https://youtrack.jetbrains.com/issue/KT-63014/Running-tests-with-wasmJs-in-1.9.20-requires-Chrome-Canary#focus=Comments-27-8321383.0-0
b
bashor
11/02/2023, 2:59 PM
Node.js 21.1.0 is using v8 11.8.172.15
, we need 11.9.*
j
jw
11/02/2023, 2:59 PM
Ah that page is perfect. That's the info I couldn't find. Thanks!
👍 1
👍🏾 1
jw
11/02/2023, 3:00 PM
Looks like in-progress PR is here
https://github.com/nodejs/node/pull/50115
👌 2
b
bashor
11/02/2023, 3:01 PM
Right, waiting this PR 🤞
4
Views
Open in Slack
Previous
Next