https://github.com/SusanDoggie/SwiftJS
A cross platform Javascript engine for Swift
https://github.com/SusanDoggie/SwiftJS
cross-platform ios javascript javascript-engine linux macos swift
Last synced: 5 months ago
JSON representation
A cross platform Javascript engine for Swift
- Host: GitHub
- URL: https://github.com/SusanDoggie/SwiftJS
- Owner: SusanDoggie
- License: mit
- Created: 2020-04-02T11:56:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T01:09:01.000Z (12 months ago)
- Last Synced: 2024-08-03T09:12:38.972Z (9 months ago)
- Topics: cross-platform, ios, javascript, javascript-engine, linux, macos, swift
- Language: Swift
- Homepage:
- Size: 138 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - SwiftJS
README
# SwiftJS
[](https://github.com/SusanDoggie/SwiftJS/actions)
[](https://codecov.io/gh/SusanDoggie/SwiftJS)

[](https://github.com/SusanDoggie/SwiftJS/releases)
[](https://swift.org)
[](LICENSE)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](https://github.com/SusanDoggie/SwiftJS/issues/new) or [make a pull request](https://github.com/SusanDoggie/SwiftJS/compare).