{"id":13433357,"url":"https://github.com/AssemblyScript/assemblyscript","last_synced_at":"2025-03-17T12:31:39.520Z","repository":{"id":37333707,"uuid":"105138356","full_name":"AssemblyScript/assemblyscript","owner":"AssemblyScript","description":"A TypeScript-like language for WebAssembly.","archived":false,"fork":false,"pushed_at":"2025-03-11T01:43:02.000Z","size":164061,"stargazers_count":17206,"open_issues_count":182,"forks_count":670,"subscribers_count":197,"default_branch":"main","last_synced_at":"2025-03-16T05:22:35.134Z","etag":null,"topics":["assemblyscript","compiler","typescript","wasm","webassembly"],"latest_commit_sha":null,"homepage":"https://www.assemblyscript.org","language":"WebAssembly","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/AssemblyScript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"open_collective":"assemblyscript"}},"created_at":"2017-09-28T11:06:50.000Z","updated_at":"2025-03-15T13:27:27.000Z","dependencies_parsed_at":"2024-03-04T19:14:03.627Z","dependency_job_id":"58bdbec6-59fa-49e6-b554-f2150131ceba","html_url":"https://github.com/AssemblyScript/assemblyscript","commit_stats":{"total_commits":1581,"total_committers":78,"mean_commits":20.26923076923077,"dds":0.407337128399747,"last_synced_commit":"d6f09f482f433bd19e5b5d96250bc2b57d0f7906"},"previous_names":[],"tags_count":265,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AssemblyScript%2Fassemblyscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AssemblyScript%2Fassemblyscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AssemblyScript%2Fassemblyscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AssemblyScript%2Fassemblyscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AssemblyScript","download_url":"https://codeload.github.com/AssemblyScript/assemblyscript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244033792,"owners_count":20387000,"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":["assemblyscript","compiler","typescript","wasm","webassembly"],"created_at":"2024-07-31T02:01:24.621Z","updated_at":"2025-03-17T12:31:39.495Z","avatar_url":"https://github.com/AssemblyScript.png","language":"WebAssembly","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.assemblyscript.org\" target=\"_blank\" rel=\"noopener\"\u003e\u003cimg width=\"100\" src=\"https://avatars1.githubusercontent.com/u/28916798?s=200\u0026v=4\" alt=\"AssemblyScript logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/AssemblyScript/assemblyscript/actions/workflows/test.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/AssemblyScript/assemblyscript/test.yml?branch=main\u0026label=test\u0026logo=github\" alt=\"Test status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/AssemblyScript/assemblyscript/actions/workflows/publish.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/AssemblyScript/assemblyscript/publish.yml?branch=main\u0026label=publish\u0026logo=github\" alt=\"Publish status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/assemblyscript\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/assemblyscript.svg?color=007acc\u0026logo=npm\" alt=\"npm compiler version\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://discord.gg/assemblyscript\"\u003e\u003cimg src=\"https://img.shields.io/discord/721472913886281818.svg?label=discord\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\" alt=\"Discord online\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://stand-with-ukraine.pp.ua\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg\" alt=\"#StandWithUkraine\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"justify\"\u003e\u003cstrong\u003eAssemblyScript\u003c/strong\u003e compiles a variant of \u003ca href=\"http://www.typescriptlang.org\"\u003eTypeScript\u003c/a\u003e (basically JavaScript with types) to \u003ca href=\"http://webassembly.org\"\u003eWebAssembly\u003c/a\u003e using \u003ca href=\"https://github.com/WebAssembly/binaryen\"\u003eBinaryen\u003c/a\u003e. It generates lean and mean WebAssembly modules while being just an \u003ccode\u003enpm install\u003c/code\u003e away.\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  \u003ca href=\"https://www.assemblyscript.org\"\u003eAbout\u003c/a\u003e \u0026nbsp;·\u0026nbsp;\n  \u003ca href=\"https://www.assemblyscript.org/getting-started.html\"\u003eGetting\u0026nbsp;started\u003c/a\u003e \u0026nbsp;·\u0026nbsp;\n  \u003ca href=\"https://www.assemblyscript.org/examples.html\"\u003eExamples\u003c/a\u003e \u0026nbsp;·\u0026nbsp;\n  \u003ca href=\"https://www.assemblyscript.org/built-with-assemblyscript.html\"\u003eBuilt with AssemblyScript\u003c/a\u003e\n\u003c/h3\u003e\n\u003cbr\u003e\n\n\u003ch2 align=\"center\"\u003eContributors\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.assemblyscript.org/#contributors\"\u003e\u003cimg src=\"https://www.assemblyscript.org/contributors.svg\" alt=\"Contributor logos\" width=\"720\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eThanks to our sponsors!\u003c/h2\u003e\n\n\u003cp align=\"justify\"\u003eMost of the maintainers and contributors do this open source work in their free time. If you use AssemblyScript for a serious task or plan to do so, and you'd like us to invest more time on it, \u003ca href=\"https://opencollective.com/assemblyscript/donate\" target=\"_blank\" rel=\"noopener\"\u003eplease donate\u003c/a\u003e to our \u003ca href=\"https://opencollective.com/assemblyscript\" target=\"_blank\" rel=\"noopener\"\u003eOpenCollective\u003c/a\u003e. By sponsoring this project, your logo will show up below. Thank you so much for your support!\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.assemblyscript.org/#sponsors\"\u003e\u003cimg src=\"https://www.assemblyscript.org/sponsors.svg\" alt=\"Sponsor logos\" width=\"720\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Development instructions\n\nA development environment can be set up by cloning the repository:\n\n```sh\ngit clone https://github.com/AssemblyScript/assemblyscript.git\ncd assemblyscript\nnpm install\nnpm link\n```\n\nThe link step is optional and makes the development instance available globally. The full process is documented as part of the repository:\n\n* [Compiler instructions](./src)\n* [Runtime instructions](./std/assembly/rt)\n* [Test instructions](./tests)\n","funding_links":["https://opencollective.com/assemblyscript","https://opencollective.com/assemblyscript/donate"],"categories":["WebAssembly","Compilers","JavaScript框架","webassembly","Tools","Other Language Targets","TypeScript 工具/库/框架"],"sub_categories":["其他_文本生成、文本对话","Mesh networks","UI Widget","构建工具"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAssemblyScript%2Fassemblyscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAssemblyScript%2Fassemblyscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAssemblyScript%2Fassemblyscript/lists"}