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 }}
lambda-world
/
assemblyscript
Public
forked from
AssemblyScript/assemblyscript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
assemblyscript
src
on
scopeanalyzer
User selector
All users
All time
Commit history
Commits on Mar 30, 2020
full scopes
dcodeIO
committed
6e1e636
View commit details
Copy full SHA for 6e1e636
View code at this point
Browse repository at this point
Commits on Mar 29, 2020
edge cases, serialization
dcodeIO
committed
ed6f5da
View commit details
Copy full SHA for ed6f5da
View code at this point
Browse repository at this point
Add a ScopeAnalyzer
dcodeIO
committed
4cb9e3c
View commit details
Copy full SHA for 4cb9e3c
View code at this point
Browse repository at this point
Commits on Mar 24, 2020
Add diagnostic when referencing a generic function without type parameters (#1182)
DuncanUszkay1
authored
0553d16
View commit details
Copy full SHA for 0553d16
View code at this point
Browse repository at this point
Commits on Mar 15, 2020
Add optimize-added-constants pass for lowMemoryUnused (#1169)
MaxGraey
authored
7353942
View commit details
Copy full SHA for 7353942
View code at this point
Browse repository at this point
Fix columns being off by one / implement line cache (#1174)
dcodeIO
authored
960890e
View commit details
Copy full SHA for 960890e
View code at this point
Browse repository at this point
Commits on Mar 14, 2020
Add a low memory limit hint (#1090)
dcodeIO
authored
ab71d93
View commit details
Copy full SHA for ab71d93
View code at this point
Browse repository at this point
Decouple Array<T> from ArrayBufferView (#1121)
dcodeIO
authored
b794620
View commit details
Copy full SHA for b794620
View code at this point
Browse repository at this point
Commits on Mar 13, 2020
Add WASI abort, trace and seed implementations (#1159)
dcodeIO
authored
9876c3f
View commit details
Copy full SHA for 9876c3f
View code at this point
Browse repository at this point
Utilize lowMemoryUnused (#1103)
dcodeIO
authored
b7df27c
View commit details
Copy full SHA for b7df27c
View code at this point
Browse repository at this point
Commits on Mar 11, 2020
Eliminate redundant type assertions (#1156)
dcodeIO
authored
03aff6e
View commit details
Copy full SHA for 03aff6e
View code at this point
Browse repository at this point
Fix unintentional breaking change and slice v0.9.4 (#1158)
dcodeIO
authored
a28c533
View commit details
Copy full SHA for a28c533
View code at this point
Browse repository at this point
Commits on Mar 10, 2020
Slice v0.9.3 (#1153)
dcodeIO
authored
5e61ec3
View commit details
Copy full SHA for 5e61ec3
View code at this point
Browse repository at this point
Ensure constructors of exported classes (#1154)
dcodeIO
authored
ca6e319
View commit details
Copy full SHA for ca6e319
View code at this point
Browse repository at this point
Use base index signature if inherited (#1152)
dcodeIO
authored
996bff5
View commit details
Copy full SHA for 996bff5
View code at this point
Browse repository at this point
Commits on Mar 9, 2020
Fix failing non-null checks (#1151)
dcodeIO
authored
1d25051
View commit details
Copy full SHA for 1d25051
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
Add postInitialize transform step (#1145)
jtenner
authored
ccb1296
View commit details
Copy full SHA for ccb1296
View code at this point
Browse repository at this point
Modernize source file headers (#1144)
dcodeIO
authored
6cee84b
View commit details
Copy full SHA for 6cee84b
View code at this point
Browse repository at this point
ASify: Make the compiler compatible with the compiler (#1129)
dcodeIO
authored
a3b18e7
View commit details
Copy full SHA for a3b18e7
View code at this point
Browse repository at this point
Commits on Feb 27, 2020
Fix assertion on duplicate imported identifiers (#1124)
dcodeIO
authored
e6a668b
View commit details
Copy full SHA for e6a668b
View code at this point
Browse repository at this point
Commits on Feb 26, 2020
Propagate contextual type arguments to generated constructors (#1126)
dcodeIO
authored
8e73c0c
View commit details
Copy full SHA for 8e73c0c
View code at this point
Browse repository at this point
Fix const enum compilation failure (#1120)
DuncanUszkay1
authored
df1f6f9
View commit details
Copy full SHA for df1f6f9
View code at this point
Browse repository at this point
Implement StaticArray<T> (#1122)
dcodeIO
authored
209c875
View commit details
Copy full SHA for 209c875
View code at this point
Browse repository at this point
Commits on Feb 14, 2020
Slice version 0.9.2 (#1110)
dcodeIO
authored
b942d61
View commit details
Copy full SHA for b942d61
View code at this point
Browse repository at this point
Fix temp local confusion in field assignment (#1109)
dcodeIO
authored
fa5d4db
View commit details
Copy full SHA for fa5d4db
View code at this point
Browse repository at this point
Handle instanceof of entire classes (#1108)
dcodeIO
authored
e0ccf0a
View commit details
Copy full SHA for e0ccf0a
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
Fix lost contextual types in instanceof (#1107)
dcodeIO
authored
0710219
View commit details
Copy full SHA for 0710219
View code at this point
Browse repository at this point
Fix local confusion in generated implicit setters (#1102)
dcodeIO
authored
1ec68fe
View commit details
Copy full SHA for 1ec68fe
View code at this point
Browse repository at this point
Commits on Feb 8, 2020
Update Binaryen (#1097)
dcodeIO
authored
ac201fe
View commit details
Copy full SHA for ac201fe
View code at this point
Browse repository at this point
Fix special 'null' cases when inferring array literals (#1088)
dcodeIO
authored
6da78bc
View commit details
Copy full SHA for 6da78bc
View code at this point
Browse repository at this point
Be more careful on invalid tokens (#1092)
dcodeIO
authored
e6d6cb9
View commit details
Copy full SHA for e6d6cb9
View code at this point
Browse repository at this point
Commits on Jan 30, 2020
Add a tableBase CLI option (#1087)
dcodeIO
authored
e79155b
View commit details
Copy full SHA for e79155b
View code at this point
Browse repository at this point
Commits on Jan 29, 2020
Add a fallback for argumentsLength without mutable-globals (#1084)
dcodeIO
authored
dc85424
View commit details
Copy full SHA for dc85424
View code at this point
Browse repository at this point
Commits on Jan 28, 2020
Update Binaryen (#1082)
dcodeIO
authored
60c0d83
View commit details
Copy full SHA for 60c0d83
View code at this point
Browse repository at this point
Extend pedantic diagnostics (#1075)
dcodeIO
authored
30f9c2a
View commit details
Copy full SHA for 30f9c2a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.