{"id":13437531,"url":"https://github.com/jerryscript-project/jerryscript","last_synced_at":"2025-05-14T01:07:25.835Z","repository":{"id":29795385,"uuid":"33339660","full_name":"jerryscript-project/jerryscript","owner":"jerryscript-project","description":"Ultra-lightweight JavaScript engine for the Internet of Things.","archived":false,"fork":false,"pushed_at":"2024-08-14T16:09:09.000Z","size":61938,"stargazers_count":6945,"open_issues_count":196,"forks_count":672,"subscribers_count":194,"default_branch":"master","last_synced_at":"2024-10-29T15:03:07.649Z","etag":null,"topics":["internet-of-things","iot","javascript","javascript-engine","jerryscript","runtime"],"latest_commit_sha":null,"homepage":"https://jerryscript.net","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jerryscript-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-03T01:10:31.000Z","updated_at":"2024-10-29T01:57:59.000Z","dependencies_parsed_at":"2023-01-14T15:45:19.216Z","dependency_job_id":"8773c7d7-1daa-4f94-b96e-f12db582527f","html_url":"https://github.com/jerryscript-project/jerryscript","commit_stats":null,"previous_names":["samsung/jerryscript"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerryscript-project%2Fjerryscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerryscript-project%2Fjerryscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerryscript-project%2Fjerryscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerryscript-project%2Fjerryscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerryscript-project","download_url":"https://codeload.github.com/jerryscript-project/jerryscript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247948859,"owners_count":21023228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["internet-of-things","iot","javascript","javascript-engine","jerryscript","runtime"],"created_at":"2024-07-31T03:00:58.048Z","updated_at":"2025-04-09T00:28:48.631Z","avatar_url":"https://github.com/jerryscript-project.png","language":"C","readme":"![](https://github.com/jerryscript-project/jerryscript/blob/master/LOGO.png)\n# JerryScript: JavaScript engine for the Internet of Things\n[![License](https://img.shields.io/badge/licence-Apache%202.0-brightgreen.svg?style=flat)](LICENSE)\n[![GitHub Actions Status](https://github.com/jerryscript-project/jerryscript/workflows/JerryScript%20CI/badge.svg)](https://github.com/jerryscript-project/jerryscript/actions)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjerryscript-project%2Fjerryscript.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjerryscript-project%2Fjerryscript?ref=badge_shield)\n[![IRC Channel](https://img.shields.io/badge/chat-on%20freenode-brightgreen.svg)](https://kiwiirc.com/client/irc.freenode.net/#jerryscript)\n\nJerryScript is a lightweight JavaScript engine for resource-constrained devices such as microcontrollers. It can run on devices with less than 64 KB of RAM and less than 200 KB of flash memory.\n\nKey characteristics of JerryScript:\n* Full ECMAScript 5.1 standard compliance\n* ECMAScript 2025 standard compliance is 70%\n  * [Kangax Compatibilty Table](https://compat-table.github.io/compat-table/es2016plus/)\n* 258K binary size when compiled for ARM Thumb-2\n* Heavily optimized for low memory consumption\n* Written in C99 for maximum portability\n* Snapshot support for precompiling JavaScript source code to byte code\n* Mature C API, easy to embed in applications\n\nAdditional information can be found on our [project page](http://jerryscript.net) and [Wiki](https://github.com/jerryscript-project/jerryscript/wiki).\n\nMailing list: jerryscript-dev@groups.io, you can subscribe [here](https://groups.io/g/jerryscript-dev) and access the mailing list archive [here](https://groups.io/g/jerryscript-dev/topics).\n\n## Quick Start\n### Getting the sources\n```bash\ngit clone https://github.com/jerryscript-project/jerryscript.git\ncd jerryscript\n```\n\n### Building JerryScript\n```bash\npython tools/build.py\n```\n\nFor additional information see [Getting Started](docs/00.GETTING-STARTED.md).\n\n## Documentation\n- [Getting Started](docs/00.GETTING-STARTED.md)\n- [Configuration](docs/01.CONFIGURATION.md)\n- [API Reference](docs/02.API-REFERENCE.md)\n- [API Example](docs/03.API-EXAMPLE.md)\n- [Port API](docs/05.PORT-API.md)\n- [Reference Couting](docs/06.REFERENCE-COUNTING.md)\n- [Debugger](docs/07.DEBUGGER.md)\n- [Coding Standards](docs/08.CODING-STANDARDS.md)\n- [Arguments Extension API](docs/09.EXT-REFERENCE-ARG.md)\n- [Property Extension API](docs/10.EXT-REFERENCE-HANDLER.md)\n- [Autorelease Extension API](docs/11.EXT-REFERENCE-AUTORELEASE.md)\n- [Module Extension API](docs/12.EXT-REFERENCE-MODULE.md)\n- [Debugger Transport Interface](docs/13.DEBUGGER-TRANSPORT.md)\n- [Scope Extension API](docs/14.EXT-REFERENCE-HANDLE-SCOPE.md)\n- [Module System](docs/15.MODULE-SYSTEM.md)\n- [Migration Guide](docs/16.MIGRATION-GUIDE.md)\n\n## Contributing\nThe project can only accept contributions which are licensed under the [Apache License 2.0](LICENSE) and are signed according to the JerryScript [Developer's Certificate of Origin](DCO.md). For further information please see our [Contribution Guidelines](CONTRIBUTING.md).\n\n## License\nJerryScript is open source software under the [Apache License 2.0](LICENSE). Complete license and copyright information can be found in the source code.\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjerryscript-project%2Fjerryscript.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjerryscript-project%2Fjerryscript?ref=badge_large)\n\n\u003e Copyright JS Foundation and other contributors, http://js.foundation\n\n\u003e Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n","funding_links":[],"categories":["Scripting","C","JavaScript框架","JavaScript","javascript","Libraries","IoT"],"sub_categories":["其他_文本生成、文本对话","C","Nextcloud"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryscript-project%2Fjerryscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerryscript-project%2Fjerryscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryscript-project%2Fjerryscript/lists"}