You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
This project automatically monitors Node.js for new releases and compiles the latest versions into shared libraries using GitHub Actions. You can conveniently access these binaries in the release section of this repository.
4
4
5
+
The prebuilt binaries are used in [MetaCall Core](https://github.com/metacall/core) repository in order to embed NodeJS into multiple programming languages.
6
+
5
7
## Supported platforms:
6
8
7
9
- Linux x64
@@ -10,7 +12,7 @@ This project automatically monitors Node.js for new releases and compiles the la
10
12
- MacOS ARM64 (M series)
11
13
- Windows x64
12
14
13
-
## Possible Future Support:
15
+
## TODO:
14
16
15
17
- Windows ARM64 (The Windows ARM64 support is dependent on solving [https://github.com/nodejs/node/issues/52664](https://github.com/nodejs/node/issues/52664))
16
18
@@ -30,9 +32,9 @@ sudo mv libnode.so* /usr/lib/
30
32
sudo mv node /usr/bin/
31
33
```
32
34
33
-
## Usage with Metacall:
35
+
## Usage with MetaCall:
34
36
35
-
After doing the previous step, you can use libnode in Metacall like this:
37
+
After doing the previous step, you can use libnode in MetaCall like this:
0 commit comments