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 }}
QPC-github
/
assemblyscript
Public
forked from
Shopify/assemblyscript
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
assemblyscript
std
on
master
User selector
All users
All time
Commit history
Commits on Apr 17, 2021
Add encodeURI(Component) and decodeURI(Component) (#1733)
MaxGraey
authored
7d0690d
View commit details
Copy full SHA for 7d0690d
View code at this point
Browse repository at this point
Prepare SIMD for final spec (#1789)
dcodeIO
authored
86dc8df
View commit details
Copy full SHA for 86dc8df
View code at this point
Browse repository at this point
Commits on Apr 14, 2021
feat: Implemented getters / setters and various string fns on Date (#1768)
ColinEberhardt
authored
30f5d13
View commit details
Copy full SHA for 30f5d13
View code at this point
Browse repository at this point
Commits on Apr 6, 2021
fix: Fix invalid store offsets in memset polyfill (#1787)
dcodeIO
authored
9b21306
View commit details
Copy full SHA for 9b21306
View code at this point
Browse repository at this point
Commits on Mar 30, 2021
Add definitions for ASC_VERSION_* (#1773)
dcodeIO
authored
aec42cc
View commit details
Copy full SHA for aec42cc
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
fix: Handle blocks larger than MAXSIZE in TLSF (#1763)
dcodeIO
authored
de2845b
View commit details
Copy full SHA for de2845b
View code at this point
Browse repository at this point
Commits on Mar 27, 2021
fix: Backport math fixes from musl libc (#1749)
MaxGraey
authored
3005c64
View commit details
Copy full SHA for 3005c64
View code at this point
Browse repository at this point
Commits on Mar 26, 2021
feat: Initial support for template literals (#1715)
dcodeIO
authored
1789577
View commit details
Copy full SHA for 1789577
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
Use `bool` instead of `boolean` return type in isVoid builtin (#1745)
yjhmelody
authored
78a592f
View commit details
Copy full SHA for 78a592f
View code at this point
Browse repository at this point
fix: Fix invalid signed/unsigned comparison in ReadableStream#read (#1742)
Willem Wyndham
authored
784521d
View commit details
Copy full SHA for 784521d
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
fix: Remove unused std string null checks and unify __gt overload (#1682)
MaxGraey
authored
70aef77
View commit details
Copy full SHA for 70aef77
View code at this point
Browse repository at this point
Reduce monomophic versions of bswap in DataView (#1717)
MaxGraey
authored
b192a49
View commit details
Copy full SHA for b192a49
View code at this point
Browse repository at this point
Commits on Mar 5, 2021
Update Binaryen and other dependencies (#1700)
dcodeIO
authored
8bb0d88
View commit details
Copy full SHA for 8bb0d88
View code at this point
Browse repository at this point
Commits on Feb 20, 2021
feat: Make use of initial memory when initializing incremental GC (#1692)
dcodeIO
authored
4ccda0b
View commit details
Copy full SHA for 4ccda0b
View code at this point
Browse repository at this point
Commits on Feb 7, 2021
feat: Implement xxHash32 and use it in stdlib (#1580)
MaxGraey
authored
6905299
View commit details
Copy full SHA for 6905299
View code at this point
Browse repository at this point
Commits on Feb 5, 2021
Remove unused tslint comments / replace deprecated deepEqual (#1670)
dcodeIO
authored
7f4296d
View commit details
Copy full SHA for 7f4296d
View code at this point
Browse repository at this point
Commits on Feb 4, 2021
Add index signature to ArrayLike (#1668)
dcodeIO
authored
f95209b
View commit details
Copy full SHA for f95209b
View code at this point
Browse repository at this point
Commits on Feb 3, 2021
fix: Fill correct view region in crypto.getRandomValues (#1659)
dcodeIO
authored
cc37cc4
View commit details
Copy full SHA for cc37cc4
View code at this point
Browse repository at this point
Commits on Jan 31, 2021
fix: Propagate mark after visiting pinned objects in minimal runtime (#1650)
dcodeIO
authored
b204216
View commit details
Copy full SHA for b204216
View code at this point
Browse repository at this point
Commits on Jan 30, 2021
feat: Implement Array/TypedArray/String#at (#1606)
MaxGraey
authored
0e851ca
View commit details
Copy full SHA for 0e851ca
View code at this point
Browse repository at this point
Optimize for powers of two in ipow32/64 (#1610)
MaxGraey
authored
ba28ea0
View commit details
Copy full SHA for ba28ea0
View code at this point
Browse repository at this point
fix: Switch to bool instead of boolean in DataView (#1647)
MaxGraey
authored
0e12d7a
View commit details
Copy full SHA for 0e12d7a
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
Rewrite runtime, switch to tracing GC and bootstrap (#1559)
Show description for b857944
dcodeIO
authored
b857944
View commit details
Copy full SHA for b857944
View code at this point
Browse repository at this point
Commits on Dec 16, 2020
fix: Fix relational string comparisons when sizes differ (#1583)
MaxGraey
authored
17f908f
View commit details
Copy full SHA for 17f908f
View code at this point
Browse repository at this point
Commits on Dec 13, 2020
Cache more field accesses in std Map and Set (#1578)
MaxGraey
authored
d7ad482
View commit details
Copy full SHA for d7ad482
View code at this point
Browse repository at this point
Commits on Dec 8, 2020
Backport fixes made in #1559 (#1568)
dcodeIO
authored
d568e82
View commit details
Copy full SHA for d568e82
View code at this point
Browse repository at this point
Commits on Dec 7, 2020
fix: Fix parseExp reading oob during parseFloat (#1567)
MaxGraey
authored
38f7705
View commit details
Copy full SHA for 38f7705
View code at this point
Browse repository at this point
Commits on Dec 3, 2020
fix: Fix wrong reallocations in String#replaceAll + refactoring (#1564)
MaxGraey
authored
1fcc374
View commit details
Copy full SHA for 1fcc374
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
Align comments of the new heap functions with docs (#1524)
dcodeIO
authored
3564303
View commit details
Copy full SHA for 3564303
View code at this point
Browse repository at this point
Slightly optimize Math.mod (#1521)
MaxGraey
authored
0fa51ab
View commit details
Copy full SHA for 0fa51ab
View code at this point
Browse repository at this point
Commits on Oct 23, 2020
fix: Use explicit cast in Usize/Isize#toString (#1517)
dcodeIO
authored
bee3b73
View commit details
Copy full SHA for bee3b73
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
feat: Generalize runtime (#1503)
Show description for 8c97612
dcodeIO
authored
8c97612
View commit details
Copy full SHA for 8c97612
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
Clean up inline-asm definitions, add i32/i64/f32/f64.div(_s/u) (#1509)
dcodeIO
authored
f1282f3
View commit details
Copy full SHA for f1282f3
View code at this point
Browse repository at this point
Commits on Oct 6, 2020
Fix a comment typo in TLSF (#1480)
ggreif
authored
97dcab6
View commit details
Copy full SHA for 97dcab6
View code at this point
Browse repository at this point
Add RTrace shadow memory and instrumentation (#1476)
Show description for 5b2d529
dcodeIO
authored
5b2d529
View commit details
Copy full SHA for 5b2d529
View code at this point
Browse repository at this point
Previous
Next
You canβt perform that action at this time.