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
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
.
spsforks
/
AssemblyScript-assemblyscript
Public
forked from
AssemblyScript/assemblyscript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
AssemblyScript-assemblyscript
src
program.ts
on
main
User selector
All users
All time
Commit history
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
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
Commits on Nov 23, 2023
feat: implement scoped type alias (#2806)
HerrCai0907
authored
1e0466e
View commit details
Copy full SHA for 1e0466e
View code at this point
Browse repository at this point
Commits on Nov 17, 2023
fix: add diagnose when getter is not as accessible as the setter (#2801)
HerrCai0907
authored
41f395a
View commit details
Copy full SHA for 41f395a
View code at this point
Browse repository at this point
Commits on Nov 15, 2023
fix: add diagnose when initializing field in interface (#2797)
HerrCai0907
authored
4f15024
View commit details
Copy full SHA for 4f15024
View code at this point
Browse repository at this point
Commits on Oct 1, 2023
fix: diagnose not implement when assign value to closure variable (#2750)
Show description for 73193f0
HerrCai0907
authored
73193f0
View commit details
Copy full SHA for 73193f0
View code at this point
Browse repository at this point
Commits on Jul 31, 2023
fix: Use unique debug info per concrete function (#2729)
dcodeIO
authored
c49823e
View commit details
Copy full SHA for c49823e
View code at this point
Browse repository at this point
Commits on Apr 22, 2023
Unify reference types (#2689)
dcodeIO
authored
b248254
View commit details
Copy full SHA for b248254
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
Fix a typo in program.ts comment (#2665)
Dan-k391
authored
076d8a9
View commit details
Copy full SHA for 076d8a9
View code at this point
Browse repository at this point
Commits on Jan 31, 2023
Check global uses more strictly (#2632)
Show description for 5cbbf84
dcodeIO
authored
5cbbf84
View commit details
Copy full SHA for 5cbbf84
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
Check that builtins are implemented (#2636)
dcodeIO
authored
e22a599
View commit details
Copy full SHA for e22a599
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
Update Binaryen (#2612)
dcodeIO
authored
9971708
View commit details
Copy full SHA for 9971708
View code at this point
Browse repository at this point
Commits on Jan 8, 2023
fix: Mitigate endless loop in (invalid) override discovery
dcodeIO
committed
d46bfeb
View commit details
Copy full SHA for d46bfeb
View code at this point
Browse repository at this point
Commits on Jan 6, 2023
Add LUB computation for class types (#2594)
Show description for 4b3b390
dcodeIO
authored
4b3b390
View commit details
Copy full SHA for 4b3b390
View code at this point
Browse repository at this point
Commits on Dec 14, 2022
fix: Do proper subtype tests in instanceof (#2588)
dcodeIO
authored
78b3260
View commit details
Copy full SHA for 78b3260
View code at this point
Browse repository at this point
Commits on Dec 5, 2022
Speed-up signature lookups, make signatures immutable (#2582)
jtenner
authored
378659a
View commit details
Copy full SHA for 378659a
View code at this point
Browse repository at this point
Fix variable initialization checks / revise flow logic (#2578)
Show description for 6717de0
dcodeIO
authored
6717de0
View commit details
Copy full SHA for 6717de0
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
Implicitly inherit from Object (#2559)
Show description for 688dcd2
dcodeIO
authored
688dcd2
View commit details
Copy full SHA for 688dcd2
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
Remove no longer used half of RTTI (#2555)
Show description for a565d73
dcodeIO
authored
a565d73
View commit details
Copy full SHA for a565d73
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
Make class fields a special kind of property (#2548)
Show description for 0fd4db2
dcodeIO
authored
0fd4db2
View commit details
Copy full SHA for 0fd4db2
View code at this point
Browse repository at this point
Commits on Nov 4, 2022
Move module creation to program (#2550)
dcodeIO
authored
625bf0d
View commit details
Copy full SHA for 625bf0d
View code at this point
Browse repository at this point
Commits on Oct 23, 2022
BREAKING CHANGE: Refactor enum identifiers to TitleCase and apply some changes in AST nodes (#2501)
MaxGraey
authored
a7d10ba
View commit details
Copy full SHA for a7d10ba
View code at this point
Browse repository at this point
Remove local sharing logic (#2540)
dcodeIO
authored
8bb4fae
View commit details
Copy full SHA for 8bb4fae
View code at this point
Browse repository at this point
Commits on Oct 21, 2022
Implement preliminary creation of Wasm GC types (#2537)
dcodeIO
authored
78b2d1a
View commit details
Copy full SHA for 78b2d1a
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
fix: Properly handle multiple implemented interfaces (#2510)
Show description for 3afcce8
JesseCodeBones
and
dcodeIO
authored
3afcce8
View commit details
Copy full SHA for 3afcce8
View code at this point
Browse repository at this point
Commits on Sep 25, 2022
fix: Properly handle override keyword in multilevel inherit (#2449)
HerrCai0907
authored
cfb4616
View commit details
Copy full SHA for cfb4616
View code at this point
Browse repository at this point
fix: Fix internal setter signature caching (#2521)
dcodeIO
authored
5ab63fa
View commit details
Copy full SHA for 5ab63fa
View code at this point
Browse repository at this point
fix: fix shadowstack pass discard debuginfo (#2496)
HerrCai0907
authored
f9dee72
View commit details
Copy full SHA for f9dee72
View code at this point
Browse repository at this point
Commits on Sep 24, 2022
Sync with latest Binaryen (#2493)
dcodeIO
authored
d32ef08
View commit details
Copy full SHA for d32ef08
View code at this point
Browse repository at this point
Commits on Aug 21, 2022
feat: store local names in debug mode (#2437)
Show description for 6968448
HerrCai0907
and
MaxGraey
authored
6968448
View commit details
Copy full SHA for 6968448
View code at this point
Browse repository at this point
Commits on Aug 20, 2022
BREAKING CHANGE: Remove support for WASI (#2439)
dcodeIO
authored
9f21bf3
View commit details
Copy full SHA for 9f21bf3
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
Reorganize & refactor diagnostic's utils. Add more const enums (#2438)
MaxGraey
authored
a81896e
View commit details
Copy full SHA for a81896e
View code at this point
Browse repository at this point
Commits on Aug 6, 2022
Refactor types.ts (#2396)
MaxGraey
authored
3e0462b
View commit details
Copy full SHA for 3e0462b
View code at this point
Browse repository at this point
Commits on Jul 23, 2022
fix: Add missing resolve of RegExp literals (#2263)
technohippy
authored
3a5b51d
View commit details
Copy full SHA for 3a5b51d
View code at this point
Browse repository at this point
fix: Properly diagnose when class extends itself (#2266)
technohippy
authored
1e20054
View commit details
Copy full SHA for 1e20054
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.