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
.
StaticScript
/
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
tests
compiler
on
memoryData
User selector
All users
All time
Commit history
Commits on Jul 1, 2020
Add memoryData option to import a file as static memory
dcodeIO
committed
c40f1d0
View commit details
Copy full SHA for c40f1d0
View code at this point
Browse repository at this point
fix: Handle strict field initialization in inlined ctors (#1369)
dcodeIO
authored
36c706d
View commit details
Copy full SHA for 36c706d
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 Jun 25, 2020
fix: Use runtime check in Array#flat (#1353)
MaxGraey
authored
40440f7
View commit details
Copy full SHA for 40440f7
View code at this point
Browse repository at this point
Commits on Jun 20, 2020
refactor: Add isPowerOf2 helper for use in stdlib (#1348)
MaxGraey
authored
d5a2959
View commit details
Copy full SHA for d5a2959
View code at this point
Browse repository at this point
Commits on Jun 18, 2020
fix: Fix assertion when trying to inline virtual (super) calls (#1346)
dcodeIO
authored
47a2af0
View commit details
Copy full SHA for 47a2af0
View code at this point
Browse repository at this point
Commits on Jun 14, 2020
refactor: Rename dtoa/itoa_stream to dtoa/itoa_buffered & simplify them (#1339)
Show description for 0e398c4
MaxGraey
authored
0e398c4
View commit details
Copy full SHA for 0e398c4
View code at this point
Browse repository at this point
Commits on Jun 13, 2020
refactor: Reorder ASC_TARGET enum for clarity (#1318)
Show description for f67a843
gzuidhof
authored
f67a843
View commit details
Copy full SHA for f67a843
View code at this point
Browse repository at this point
feat: Use integer power for integer types (#1146)
Show description for 8c2e9cc
MaxGraey
authored
8c2e9cc
View commit details
Copy full SHA for 8c2e9cc
View code at this point
Browse repository at this point
Commits on Jun 11, 2020
Remember pending elements in compilation so we don't hit assertions (#1321)
dcodeIO
authored
5ac5841
View commit details
Copy full SHA for 5ac5841
View code at this point
Browse repository at this point
Commits on Jun 10, 2020
Disable aggressive ARC optimizations (#1323)
dcodeIO
authored
64ec8b9
View commit details
Copy full SHA for 64ec8b9
View code at this point
Browse repository at this point
Commits on Jun 9, 2020
Implicitly resolve to callables when resolving call expressions (#1320)
dcodeIO
authored
42f6c85
View commit details
Copy full SHA for 42f6c85
View code at this point
Browse repository at this point
Commits on May 28, 2020
Warn on unused generic exports (#1305)
dcodeIO
authored
6adbbd9
View commit details
Copy full SHA for 6adbbd9
View code at this point
Browse repository at this point
Print better errors for unusual void, null and undefined types (#1303)
dcodeIO
authored
451dd4d
View commit details
Copy full SHA for 451dd4d
View code at this point
Browse repository at this point
Commits on May 27, 2020
Allow disabling any global with `--use` (#1300)
DuncanUszkay1
authored
47e42b5
View commit details
Copy full SHA for 47e42b5
View code at this point
Browse repository at this point
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
Reference feature in not implemented diagnostic (#1295)
dcodeIO
authored
4139a74
View commit details
Copy full SHA for 4139a74
View code at this point
Browse repository at this point
Commits on May 25, 2020
Implement Number#toString radix argument (#1284)
MaxGraey
authored
0457b11
View commit details
Copy full SHA for 0457b11
View code at this point
Browse repository at this point
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 May 16, 2020
Add GC finalization hook (#1256)
dcodeIO
authored
8095607
View commit details
Copy full SHA for 8095607
View code at this point
Browse repository at this point
Commits on May 14, 2020
Rework memory options (#1268)
dcodeIO
authored
7128bb2
View commit details
Copy full SHA for 7128bb2
View code at this point
Browse repository at this point
Expose setArgumentsLength only when required (#1267)
dcodeIO
authored
50797ee
View commit details
Copy full SHA for 50797ee
View code at this point
Browse repository at this point
Rework logical and/or type rules on contextual bool (#1264)
dcodeIO
authored
9a66208
View commit details
Copy full SHA for 9a66208
View code at this point
Browse repository at this point
Commits on May 13, 2020
Fix incorrect flow state after throwing (#1262)
dcodeIO
authored
c397abb
View commit details
Copy full SHA for c397abb
View code at this point
Browse repository at this point
Refactor static properties / use correct this arguments (#1259)
dcodeIO
authored
e68fbb4
View commit details
Copy full SHA for e68fbb4
View code at this point
Browse repository at this point
Commits on May 9, 2020
Validate modules by default (#1258)
dcodeIO
authored
1868f2e
View commit details
Copy full SHA for 1868f2e
View code at this point
Browse repository at this point
Rework implicit allocation in constructors (#1255)
dcodeIO
authored
0c02d01
View commit details
Copy full SHA for 0c02d01
View code at this point
Browse repository at this point
Commits on May 8, 2020
Fix identifier handling on export { default as ... } (#1257)
dcodeIO
authored
b5cb60f
View commit details
Copy full SHA for b5cb60f
View code at this point
Browse repository at this point
Commits on May 4, 2020
Fix converge option (#1250)
dcodeIO
authored
f6501a9
View commit details
Copy full SHA for f6501a9
View code at this point
Browse repository at this point
(Re)move examples (#1249)
dcodeIO
authored
6ebbedc
View commit details
Copy full SHA for 6ebbedc
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
Fix WASI struct sizes (#1245)
dcodeIO
authored
70e1578
View commit details
Copy full SHA for 70e1578
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
Fix invalid flow assumption in 'if' compilation (#1244)
dcodeIO
authored
7b501b2
View commit details
Copy full SHA for 7b501b2
View code at this point
Browse repository at this point
Commits on Apr 27, 2020
Implement virtual overloading / interfaces (#1208)
dcodeIO
authored
465f995
View commit details
Copy full SHA for 465f995
View code at this point
Browse repository at this point
Commits on Apr 26, 2020
Fix various object literal issues (#1235)
dcodeIO
authored
e257567
View commit details
Copy full SHA for e257567
View code at this point
Browse repository at this point
Update Binaryen and utilize new ExpressionRunner API (#1237)
dcodeIO
authored
61b9079
View commit details
Copy full SHA for 61b9079
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.