Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
AssemblyScript
/
assemblyscript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
695
Star
18k
Code
Issues
180
Pull requests
20
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
assemblyscript
tests
on
main
User selector
All users
All time
Commit history
Commits on Jul 21, 2026
fix: optimize dayOfWeek & dateFromEpoch routines in date (#3033)
MaxGraey
authored
9ca63f2
View commit details
Copy full SHA for 9ca63f2
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
feat: update binaryen to v130 (#3026)
MaxGraey
authored
18b17a7
View commit details
Copy full SHA for 18b17a7
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
fix: evaluate call_indirect callee before arguments (#2994)
Changqing-JING
authored
ffed83a
View commit details
Copy full SHA for ffed83a
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
feat: Migrate Binaryen from v123 to v129 (#3019)
MaxGraey
authored
f93a941
View commit details
Copy full SHA for f93a941
View code at this point
Browse repository at this point
Commits on Apr 25, 2026
feat: properly parse and resolve tuples (#3018)
Show description for a5112aa
JairusSW
and
MaxGraey
authored
a5112aa
View commit details
Copy full SHA for a5112aa
View code at this point
Browse repository at this point
fix: forbidden override between generic function and concrete function (#3014)
Changqing-JING
authored
ffada5a
View commit details
Copy full SHA for ffada5a
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
fix: report error when generic method attempts to implement non-generic interface method (#3007)
Changqing-JING
authored
2180c8c
View commit details
Copy full SHA for 2180c8c
View code at this point
Browse repository at this point
Commits on Mar 28, 2026
fix: compiler crashed when duplicate inner function declared in function body (#3000)
Changqing-JING
authored
40037f5
View commit details
Copy full SHA for 40037f5
View code at this point
Browse repository at this point
chore: update npm deps. Migrate to new eslint config. Minor fixes (#2996)
MaxGraey
authored
04eba49
View commit details
Copy full SHA for 04eba49
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
fix: compiler crashed when callback signature has void as parameter (#2998)
Changqing-JING
authored
327423b
View commit details
Copy full SHA for 327423b
View code at this point
Browse repository at this point
Commits on Mar 5, 2026
fix: optimize instruction sequence of interrupt (#2984)
HerrCai0907
authored
7e237cc
View commit details
Copy full SHA for 7e237cc
View code at this point
Browse repository at this point
Commits on Oct 17, 2025
feat: support element access of enum (#2950)
HerrCai0907
authored
8257b1c
View commit details
Copy full SHA for 8257b1c
View code at this point
Browse repository at this point
chore: fix wrong float test (#2952)
HerrCai0907
authored
6087191
View commit details
Copy full SHA for 6087191
View code at this point
Browse repository at this point
Commits on Sep 19, 2025
chore: refactor unary postfix code emitter to reduce nested tostack (#2949)
HerrCai0907
authored
ade022e
View commit details
Copy full SHA for ade022e
View code at this point
Browse repository at this point
Commits on Sep 8, 2025
fix: simplify && and || when the LHS is constant (#2947)
CountBleck
authored
9b5b78d
View commit details
Copy full SHA for 9b5b78d
View code at this point
Browse repository at this point
Commits on Sep 6, 2025
feat: optimize string literal tostack behavior (#2945)
HerrCai0907
authored
9664c5b
View commit details
Copy full SHA for 9664c5b
View code at this point
Browse repository at this point
Commits on Jul 11, 2025
fix: remove non-zero check before `__visit` (#2933)
HerrCai0907
authored
ef01f2b
View commit details
Copy full SHA for ef01f2b
View code at this point
Browse repository at this point
Commits on Jun 3, 2025
feat: support more types in switch statements (#2926)
mattjohnsonpint
authored
3defefd
View commit details
Copy full SHA for 3defefd
View code at this point
Browse repository at this point
fix: allow using nullable strings in template literals (#2928)
CountBleck
authored
4e5fe9c
View commit details
Copy full SHA for 4e5fe9c
View code at this point
Browse repository at this point
chore: update Binaryen (#2927)
CountBleck
authored
e5539ef
View commit details
Copy full SHA for e5539ef
View code at this point
Browse repository at this point
Commits on May 29, 2025
fix: use Object.setPrototypeOf in JS bindings (#2922)
CountBleck
authored
44b658d
View commit details
Copy full SHA for 44b658d
View code at this point
Browse repository at this point
fix: remove unused tmp local in array literal generated code (#2917)
HerrCai0907
authored
da77630
View commit details
Copy full SHA for da77630
View code at this point
Browse repository at this point
fix: `builtin_call_indirect` does not manage GC obj correctly (#2924)
HerrCai0907
authored
91976df
View commit details
Copy full SHA for 91976df
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
feat: add an alwaysInline builtin (#2895)
CountBleck
authored
4e7734b
View commit details
Copy full SHA for 4e7734b
View code at this point
Browse repository at this point
Commits on Feb 8, 2025
fix: use single precision for dtoa with f32 (#2908)
mattjohnsonpint
authored
be1d94a
View commit details
Copy full SHA for be1d94a
View code at this point
Browse repository at this point
Commits on Feb 7, 2025
feat: Support rest params in function calls (#2905)
mattjohnsonpint
authored
6e151f8
View commit details
Copy full SHA for 6e151f8
View code at this point
Browse repository at this point
Commits on Jan 21, 2025
feat: Constructor generic type inference (#2894)
mattjohnsonpint
authored
9a7a6e0
View commit details
Copy full SHA for 9a7a6e0
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
fix: strictly check operator overload ambiguity (#2762)
Show description for dfc8a65
HerrCai0907
authored
dfc8a65
View commit details
Copy full SHA for dfc8a65
View code at this point
Browse repository at this point
fix: report error for mulitple union type (#2872)
HerrCai0907
authored
1847c8f
View commit details
Copy full SHA for 1847c8f
View code at this point
Browse repository at this point
chore: typescript: 4.7.4 → 5.5.4 (#2868)
fabianhjr
authored
4bd1c12
View commit details
Copy full SHA for 4bd1c12
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
fix: detect execution environment when loading wasm module (#2855)
HerrCai0907
authored
78963c5
View commit details
Copy full SHA for 78963c5
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
chore: temporary disable std/math.release.wat check in aarch64 osx (#2856)
HerrCai0907
authored
be49610
View commit details
Copy full SHA for be49610
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
fix: for statement increment will be processed in correct context (#2839)
HerrCai0907
authored
64cba2e
View commit details
Copy full SHA for 64cba2e
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
Compile incrementors in for loops within the initializer's flow (#2826)
Show description for 9102c05
CountBleck
authored
9102c05
View commit details
Copy full SHA for 9102c05
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
fix: select correct override function (#2822)
HerrCai0907
authored
de174c5
View commit details
Copy full SHA for de174c5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.