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
tests
on
threadsafe
User selector
All users
All time
Commit history
Commits on May 15, 2020
Experiment: Memory/thread-safe runtime
dcodeIO
committed
3cca6dd
View commit details
Copy full SHA for 3cca6dd
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
Support alternative file extensions (#1231)
dcodeIO
authored
d673417
View commit details
Copy full SHA for d673417
View code at this point
Browse repository at this point
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
Commits on Apr 22, 2020
Add a raw static memory mechanism (#1233)
dcodeIO
authored
c631c3c
View commit details
Copy full SHA for c631c3c
View code at this point
Browse repository at this point
Commits on Apr 21, 2020
Fix asc build (#1236)
dcodeIO
authored
f2a1916
View commit details
Copy full SHA for f2a1916
View code at this point
Browse repository at this point
Move optimization pipeline from JS to Wasm (#1234)
dcodeIO
authored
5434c12
View commit details
Copy full SHA for 5434c12
View code at this point
Browse repository at this point
Improve pass pipeline (#1227)
MaxGraey
authored
f96d3fc
View commit details
Copy full SHA for f96d3fc
View code at this point
Browse repository at this point
Improve compilation of object literals (#1229)
torch2424
authored
53e314c
View commit details
Copy full SHA for 53e314c
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
Update Binaryen and other dependencies (#1224)
dcodeIO
authored
5c7e8d4
View commit details
Copy full SHA for 5c7e8d4
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Optimize Mathf.pow for size (#1199)
MaxGraey
authored
e785a23
View commit details
Copy full SHA for e785a23
View code at this point
Browse repository at this point
Update to Unicode 13.0.0 (#1206)
MaxGraey
authored
5cc217b
View commit details
Copy full SHA for 5cc217b
View code at this point
Browse repository at this point
Implement Array#flat() (#1203)
jtenner
authored
13349cc
View commit details
Copy full SHA for 13349cc
View code at this point
Browse repository at this point
Commits on Apr 1, 2020
Handle instantiation of unmanaged class via object literal (#1189)
dcodeIO
authored
1a26a40
View commit details
Copy full SHA for 1a26a40
View code at this point
Browse repository at this point
Commits on Mar 28, 2020
Always register non-MVP types and check on actual use (#1194)
dcodeIO
authored
08075c6
View commit details
Copy full SHA for 08075c6
View code at this point
Browse repository at this point
Support StaticArray in loader (#1197)
jtenner
authored
9e05906
View commit details
Copy full SHA for 9e05906
View code at this point
Browse repository at this point
Commits on Mar 27, 2020
Temporarily disable casemapping checks against node/v8 (#1196)
dcodeIO
authored
70e9b15
View commit details
Copy full SHA for 70e9b15
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
Closely align the loader's instantiateXY with WebAssembly's (#1143)
MaxGraey
authored
88cc73b
View commit details
Copy full SHA for 88cc73b
View code at this point
Browse repository at this point
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
Previous
Next
You canβt perform that action at this time.