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 }}
codeho
/
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
extra
on
update-binaryen
User selector
All users
All time
Commit history
Commits on Jul 7, 2020
fix: Do not serialize `?` on optional parameters with initializer in ASTBuilder (#1377)
Willem Wyndham
authored
4fd9c29
View commit details
Copy full SHA for 4fd9c29
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Enforce strict field initialization (#1349)
Show description for 57a55d3
dcodeIO
authored
57a55d3
View commit details
Copy full SHA for 57a55d3
View code at this point
Browse repository at this point
Commits on May 27, 2020
Set up eslint and remove tslint (#1293)
dcodeIO
authored
861a97b
View commit details
Copy full SHA for 861a97b
View code at this point
Browse repository at this point
Commits on May 25, 2020
Refactor compiler sources to adhere to TS strict mode (#1283)
dcodeIO
authored
7702f5d
View commit details
Copy full SHA for 7702f5d
View code at this point
Browse repository at this point
Commits on Apr 20, 2020
Expose ASTBuilder (#1222)
jtenner
authored
106a4b0
View commit details
Copy full SHA for 106a4b0
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Reuse existing initializer field in EnumValueDeclaration (#1220)
jtenner
authored
c2949e2
View commit details
Copy full SHA for c2949e2
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
Commits on Mar 3, 2020
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 26, 2020
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 Nov 23, 2019
Fix 'new' parsing & allow omitting parenthesis (#966)
dcodeIO
authored
92a768f
View commit details
Copy full SHA for 92a768f
View code at this point
Browse repository at this point
Commits on Jun 19, 2019
Add built-in indexof/valueof types (#671)
dcodeIO
authored
c99becc
View commit details
Copy full SHA for c99becc
View code at this point
Browse repository at this point
Commits on Jun 5, 2019
Implement reference counting (#592)
dcodeIO
authored
0484a6b
View commit details
Copy full SHA for 0484a6b
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
Infer function expressions in matching contexts (#514)
Show description for e8b0767
dcodeIO
authored
e8b0767
View commit details
Copy full SHA for e8b0767
View code at this point
Browse repository at this point
Commits on Feb 20, 2019
Rework resolver (#489)
Show description for 0c64f21
dcodeIO
authored
0c64f21
View commit details
Copy full SHA for 0c64f21
View code at this point
Browse repository at this point
Commits on Jan 30, 2019
Implement non-null assertions (#443)
dcodeIO
authored
d843772
View commit details
Copy full SHA for d843772
View code at this point
Browse repository at this point
Commits on Dec 7, 2018
Implement optional type parameters (#360)
Show description for ebae7cb
dcodeIO
authored
ebae7cb
View commit details
Copy full SHA for ebae7cb
View code at this point
Browse repository at this point
Commits on Oct 27, 2018
Support definite assignment assertion `x!: i32` (#260)
andy-hanson
authored and
dcodeIO
committed
0bb5cb8
View commit details
Copy full SHA for 0bb5cb8
View code at this point
Browse repository at this point
Commits on Oct 4, 2018
Fix some array function parsing and serialization issues
Show description for 63d4579
dcodeIO
committed
63d4579
View commit details
Copy full SHA for 63d4579
View code at this point
Browse repository at this point
Commits on Jul 14, 2018
Support object literal shorthands
dcodeIO
committed
10a9f40
View commit details
Copy full SHA for 10a9f40
View code at this point
Browse repository at this point
Implement object literal parsing; Instantiate classes from object literals
Show description for 9e508de
dcodeIO
committed
9e508de
View commit details
Copy full SHA for 9e508de
View code at this point
Browse repository at this point
Commits on Jul 10, 2018
Support parsing of class expressions, see #161
dcodeIO
committed
c419967
View commit details
Copy full SHA for c419967
View code at this point
Browse repository at this point
Commits on Jul 3, 2018
Restructure types; Add a use-case specific options parser; Allow (re)creation of specific parser fixtures
dcodeIO
committed
5ca5df3
View commit details
Copy full SHA for 5ca5df3
View code at this point
Browse repository at this point
Commits on Jun 23, 2018
Try parsing signatures only if node is callable, see #149; Minor refactoring
dcodeIO
committed
188b4e4
View commit details
Copy full SHA for 188b4e4
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
Fixes CI and visitExportStatement routine (#137)
MaxGraey
authored and
dcodeIO
committed
09c328f
View commit details
Copy full SHA for 09c328f
View code at this point
Browse repository at this point
Commits on Jun 7, 2018
Initial implementation of 'instanceof'
Show description for 7478c8a
dcodeIO
committed
7478c8a
View commit details
Copy full SHA for 7478c8a
View code at this point
Browse repository at this point
Commits on May 30, 2018
Implement 'this' context parsing and serialization; Other minor improvements
dcodeIO
committed
9d25f78
View commit details
Copy full SHA for 9d25f78
View code at this point
Browse repository at this point
Commits on May 22, 2018
Allow trailing commas in import and export statements (#114)
alangpierce
authored and
dcodeIO
committed
edf4aaa
View commit details
Copy full SHA for edf4aaa
View code at this point
Browse repository at this point
Commits on May 7, 2018
Implement optional trailing commas (#97)
alangpierce
authored and
dcodeIO
committed
00fee73
View commit details
Copy full SHA for 00fee73
View code at this point
Browse repository at this point
Commits on May 3, 2018
Update dependencies (#93)
MaxGraey
authored and
dcodeIO
committed
8997561
View commit details
Copy full SHA for 8997561
View code at this point
Browse repository at this point
Commits on Apr 11, 2018
Make the transition to ArrayBuffer backed Arrays (#70)
Show description for 623597c
dcodeIO
authored
623597c
View commit details
Copy full SHA for 623597c
View code at this point
Browse repository at this point
Commits on Apr 2, 2018
Rename lib prefix to '~lib' (parens aren't valid); Add built-in alignof<T>; Prepare for ArrayBufferView
dcodeIO
committed
06198a3
View commit details
Copy full SHA for 06198a3
View code at this point
Browse repository at this point
Commits on Mar 24, 2018
Support parameter properties; Minor formatting
dcodeIO
committed
38a0259
View commit details
Copy full SHA for 38a0259
View code at this point
Browse repository at this point
Commits on Mar 21, 2018
Eliminate `@builtin` decorator for compatibility with TS
dcodeIO
committed
49f4d3d
View commit details
Copy full SHA for 49f4d3d
View code at this point
Browse repository at this point
Commits on Mar 19, 2018
Set up documentation generation
dcodeIO
committed
0fef69e
View commit details
Copy full SHA for 0fef69e
View code at this point
Browse repository at this point
Previous
Next
You canβt perform that action at this time.