Skip to content

Commit 60eb095

Browse files
authored
Update README.md
1 parent 8845b2a commit 60eb095

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

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+
57
## Supported platforms:
68

79
- Linux x64
@@ -10,7 +12,7 @@ This project automatically monitors Node.js for new releases and compiles the la
1012
- MacOS ARM64 (M series)
1113
- Windows x64
1214

13-
## Possible Future Support:
15+
## TODO:
1416

1517
- Windows ARM64 (The Windows ARM64 support is dependent on solving [https://github.com/nodejs/node/issues/52664](https://github.com/nodejs/node/issues/52664))
1618

@@ -30,9 +32,9 @@ sudo mv libnode.so* /usr/lib/
3032
sudo mv node /usr/bin/
3133
```
3234

33-
## Usage with Metacall:
35+
## Usage with MetaCall:
3436

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:
3638

3739
```bash
3840
cmake \

0 commit comments

Comments
 (0)