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 }}
superryanguo
/
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 22, 2023
fix: Handle all possible element kinds when walking exports (#2631)
dcodeIO
authored
e06c7bc
View commit details
Copy full SHA for e06c7bc
Browse repository at this point
fix: Diagnose not yet implemented 'in' operator (#2629)
dcodeIO
authored
7ccadf0
View commit details
Copy full SHA for 7ccadf0
Browse repository at this point
Add parse methods to portable. Also fix couple type definitions (#2627)
MaxGraey
authored
4535263
View commit details
Copy full SHA for 4535263
Browse repository at this point
Commits on Jan 19, 2023
Add reorder-globals pass to pass pipeline (#2625)
MaxGraey
authored
eb60348
View commit details
Copy full SHA for eb60348
Browse repository at this point
Unify badges style
dcodeIO
committed
860ee20
View commit details
Copy full SHA for 860ee20
Browse repository at this point
Update badges
dcodeIO
committed
8bce83c
View commit details
Copy full SHA for 8bce83c
Browse repository at this point
fix: Correctly analyze `ParenthesizedExpression` and `FunctionExpression` in parser (#2605) (#2620)
HerrCai0907
authored
c0a0fd0
View commit details
Copy full SHA for c0a0fd0
Browse repository at this point
Fix typos (#2621)
HerrCai0907
authored
849a13c
View commit details
Copy full SHA for 849a13c
Browse repository at this point
Commits on Jan 17, 2023
Remove redundant introduction link
dcodeIO
committed
7348584
View commit details
Copy full SHA for 7348584
Browse repository at this point
Add built with AS to README
dcodeIO
committed
795dc33
View commit details
Copy full SHA for 795dc33
Browse repository at this point
Update links in README
dcodeIO
committed
95a841c
View commit details
Copy full SHA for 95a841c
Browse repository at this point
fix: Also support `null | T` in parser (#2507)
Show description for b08fe23
HerrCai0907
and
dcodeIO
authored
b08fe23
View commit details
Copy full SHA for b08fe23
Browse repository at this point
Commits on Jan 13, 2023
feat: Provide an easily reusable Web SDK (#2615)
dcodeIO
authored
6a7aaef
View commit details
Copy full SHA for 6a7aaef
Browse repository at this point
fix: Generate synchronous importmap artifact
dcodeIO
committed
e1a5fce
View commit details
Copy full SHA for e1a5fce
Browse repository at this point
Commits on Jan 12, 2023
fix: Maintain onNewLine state on subsequent lookahead (#2613)
dcodeIO
authored
fc52230
View commit details
Copy full SHA for fc52230
Browse repository at this point
Update Binaryen (#2612)
dcodeIO
authored
9971708
View commit details
Copy full SHA for 9971708
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
Browse repository at this point
[NFC] Simplify lookup tables with reinterprect casts (#2609)
MaxGraey
authored
c9297db
View commit details
Copy full SHA for c9297db
Browse repository at this point
fix: Check ASI upon unusual trailing expressions (#2252)
technohippy
authored
282d924
View commit details
Copy full SHA for 282d924
Browse repository at this point
Commits on Jan 6, 2023
fix: Defuse assert in lookupPropertyAccessExpression after prior error
dcodeIO
committed
82812de
View commit details
Copy full SHA for 82812de
Browse repository at this point
fix: Support trailing comma in function type parameters (#2608)
dcodeIO
authored
1ff71e5
View commit details
Copy full SHA for 1ff71e5
Browse repository at this point
Add LUB computation for class types (#2594)
Show description for 4b3b390
dcodeIO
authored
4b3b390
View commit details
Copy full SHA for 4b3b390
Browse repository at this point
Commits on Jan 4, 2023
Use DataView in bindings generation (#2599)
dcodeIO
authored
a1434b2
View commit details
Copy full SHA for a1434b2
Browse repository at this point
Commits on Dec 22, 2022
feat: Add --uncheckedBehavior to customize the use of unchecked() (#2575)
CountBleck
authored
7a35ff8
View commit details
Copy full SHA for 7a35ff8
Browse repository at this point
fix: Fix lifetime confusion in shadow stack pass (#2596)
dcodeIO
authored
d3410f4
View commit details
Copy full SHA for d3410f4
Browse repository at this point
Integrate Rtrace with ESM bindings (#2595)
dcodeIO
authored
0e0a3c1
View commit details
Copy full SHA for 0e0a3c1
Browse repository at this point
Commits on Dec 17, 2022
Update GitHub actions badges
dcodeIO
authored
280a8ef
View commit details
Copy full SHA for 280a8ef
Browse repository at this point
Commits on Dec 14, 2022
fix: Use constructor signature for class decorators (#2587)
bullno1
authored
1d0451a
View commit details
Copy full SHA for 1d0451a
Browse repository at this point
fix: Do proper subtype tests in instanceof (#2588)
dcodeIO
authored
78b3260
View commit details
Copy full SHA for 78b3260
Browse repository at this point
Commits on Dec 6, 2022
Remove unchecked indexed set on normal arrays (#2586)
dcodeIO
authored
b3cffa3
View commit details
Copy full SHA for b3cffa3
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
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
Browse repository at this point
Commits on Dec 4, 2022
Re-add Windows to CI (#2584)
CountBleck
authored
658b5e8
View commit details
Copy full SHA for 658b5e8
Browse repository at this point
Commits on Nov 16, 2022
fix: Bindings: Expect memory growth when lowering references (#2568)
dcodeIO
authored
8ae086d
View commit details
Copy full SHA for 8ae086d
Browse repository at this point
fix: Defuse assert in finishResolveClass (#2567)
dcodeIO
authored
cb982b1
View commit details
Copy full SHA for cb982b1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.