Skip to content

[help wanted] Test on Apple Silicon #391

Answered by ssut
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

I got an M1 Mac Mini right here. I'm using node v15 (compiled for arm64) and can confirm that uNetworking/uWebSockets.js#18.10.0 works.

~/d/tmp ❯❯❯ lipo -archs $(which node)
arm64
~/d/tmp ❯❯❯ node -v
v15.3.0
~/d/tmp ❯❯❯ node
Welcome to Node.js v15.3.0.
Type ".help" for more information.
> process.arch
'arm64'
> process.versions
{
  node: '15.3.0',
  v8: '8.6.395.17-node.22',
  uv: '1.40.0',
  zlib: '1.2.11',
  brotli: '1.0.9',
  ares: '1.16.1',
  modules: '88',
  nghttp2: '1.41.0',
  napi: '7',
  llhttp: '2.1.3',
  openssl: '1.1.1g',
  cldr: '37.0',
  icu: '67.1',
  tz: '2020a',
  unicode: '13.0'
}
> process.features
{
  inspector: true,
  debug: false,
  uv: true,
  ipv6: true,
  tls_alp…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #391 on December 09, 2020 13:52.