Skip to content

Commit 354e77f

Browse files
Update README.md
1 parent e052060 commit 354e77f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Low level rust bindings for quickjs, used by [quickjs_runtime](https://github.co
44

55
uses either
66
* The original by Fabrice Bellard. see: https://bellard.org/quickjs/
7+
* works on linux, mac and windows(mingw)
78
* quickjs-ng, Friendly QuickJS fork focused on reigniting the project. (```default-features=false, features=["quickjs-ng"]```) see: https://github.com/quickjs-ng/quickjs
9+
* works on linux, mac, windows(mingw) and windows(msvc)
810

911
# getting started
1012

@@ -16,4 +18,4 @@ libquickjs-sys = {package="hirofa-quickjs-sys", version="0.10.0"}
1618
or quickjs-ng
1719
```toml
1820
libquickjs-sys = {package="hirofa-quickjs-sys", version="0.10.0", default-features=false, features=["quickjs-ng"]}
19-
```
21+
```

0 commit comments

Comments
 (0)