Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
SwiftJS
A cross platform Javascript engine for Swift.
System Requirements
For Linux platforms, you need to install JavaScriptCore
Ubuntu
apt-get -y install libjavascriptcoregtk-4.0-dev
CentOS 8
yum -y install webkit2gtk3-jsc-devel
Amazon Linux 2
yum -y install webkitgtk4-jsc-devel
Contributing
To contribute a feature, please create an issue or make a pull request.
Github
link |
Stars: 5 |
Related Packages
You may find interesting
Releases
- 2021-01-08T01:50:17
Fix typo - 2020-11-07T11:31:41
Fix typo of isEqual method
First release - 2020-04-08T05:12:17
api cleanups - 2020-04-06T07:10:29
The last of pre-release version
api cleanups - 2020-04-05T19:06:07
api cleanups - 2020-04-05T11:55:59
api cleanups - 2020-04-05T10:21:12
api cleanups - 2020-04-05T10:00:54
api cleanups - 2020-04-04T19:08:51
- add defineProperty method
api cleanups - 2020-04-04T16:03:17
- new subscript methods to JSContext.
- function callback is throwing now.