Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Reseting focus
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 }}
AssemblyScript
/
assemblyscript
Public
Notifications
You must be signed in to change notification settings
Fork
670
Star
17.3k
Code
Issues
170
Pull requests
12
Actions
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security
Insights
Commits
Breadcrumbs
History for
assemblyscript
tests
compiler
std
string.ts
on
main
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 8, 2025
fix: use single precision for dtoa with f32 (#2908)
mattjohnsonpint
authored
be1d94a
Copy full SHA for be1d94a
Commits on Sep 26, 2024
chore: typescript: 4.7.4 → 5.5.4 (#2868)
fabianhjr
authored
4bd1c12
Copy full SHA for 4bd1c12
Commits on Dec 5, 2022
Fix variable initialization checks / revise flow logic (#2578)
Show description for 6717de0
dcodeIO
authored
6717de0
Copy full SHA for 6717de0
Commits on Sep 26, 2022
Add two to four bytes utf8 character tests (#2495)
JesseCodeBones
authored
0ed65eb
Copy full SHA for 0ed65eb
Commits on Aug 31, 2022
fix: Proper parseFloat for signed zeros inputs (#2483)
MaxGraey
authored
12838ac
Copy full SHA for 12838ac
Commits on Aug 26, 2022
feat: Introduce new parse methods for builtin value types. Deprecate XX.parseInt/parseFloat (#2465)
MaxGraey
authored
12b3f35
Copy full SHA for 12b3f35
Commits on Jun 7, 2022
fix: Fix stringify min values for i8 and i16 in itoa_buffered (#2140)
MaxGraey
authored
9c0a8c7
Copy full SHA for 9c0a8c7
fix: Fix localeCompare (#2304)
MaxGraey
authored
3819b5d
Copy full SHA for 3819b5d
Commits on Apr 9, 2022
fix: Fix parseInt result for some mixed integers (#2193)
MaxGraey
authored
a3dcd5d
Copy full SHA for a3dcd5d
Commits on Mar 8, 2021
fix: Remove unused std string null checks and unify __gt overload (#1682)
MaxGraey
authored
70aef77
Copy full SHA for 70aef77
Commits on Feb 17, 2021
Add missing tests for String#codePointAt, concat and fromCharCodes (#1686)
saulecabrera
authored
369c6fc
Copy full SHA for 369c6fc
Commits on Jan 30, 2021
feat: Implement Array/TypedArray/String#at (#1606)
MaxGraey
authored
0e851ca
Copy full SHA for 0e851ca
Commits on Jan 28, 2021
Rewrite runtime, switch to tracing GC and bootstrap (#1559)
Show description for b857944
dcodeIO
authored
b857944
Copy full SHA for b857944
Commits on Dec 16, 2020
fix: Fix relational string comparisons when sizes differ (#1583)
MaxGraey
authored
17f908f
Copy full SHA for 17f908f
Commits on Dec 7, 2020
fix: Fix parseExp reading oob during parseFloat (#1567)
MaxGraey
authored
38f7705
Copy full SHA for 38f7705
Commits on Dec 3, 2020
fix: Fix wrong reallocations in String#replaceAll + refactoring (#1564)
MaxGraey
authored
1fcc374
Copy full SHA for 1fcc374
Commits on Jul 9, 2020
fix: Spec compliant parseInt (#1378)
MaxGraey
authored
1d86695
Copy full SHA for 1d86695
Commits on May 25, 2020
Implement Number#toString radix argument (#1284)
MaxGraey
authored
0457b11
Copy full SHA for 0457b11
Commits on Feb 27, 2020
Improve lowercase mapping & add context dependent Sigma (#1113)
MaxGraey
authored
aa1774c
Copy full SHA for aa1774c
Commits on Jan 10, 2020
Add basic String#localeCompare (#1008)
MaxGraey
authored and
dcodeIO
committed
454e9e6
Copy full SHA for 454e9e6
Commits on Jan 1, 2020
Optimize pow10 helper of strtod (#1018)
MaxGraey
authored and
dcodeIO
committed
58011e9
Copy full SHA for 58011e9
Commits on Dec 13, 2019
Add String#toLowerCase and String#toUpperCase (#965)
MaxGraey
authored and
dcodeIO
committed
12424eb
Copy full SHA for 12424eb
Commits on Nov 29, 2019
Fix String#substr and optimize String#substring + tests (#979)
MaxGraey
authored and
dcodeIO
committed
241a7f5
Copy full SHA for 241a7f5
Commits on Nov 23, 2019
Support tokenization of \x-escaped string sequences (#970)
MaxGraey
authored and
dcodeIO
committed
2a83652
Copy full SHA for 2a83652
Commits on Sep 15, 2019
Rework strtod and parseFloat (#768)
Show description for c165ee5
MaxGraey
authored and
dcodeIO
committed
c165ee5
Copy full SHA for c165ee5
Implement sin, cos, tan and sincos for Math (#806)
MaxGraey
authored and
dcodeIO
committed
11ab3a6
Copy full SHA for 11ab3a6
Commits on Aug 23, 2019
Fix 10 digits case in decimalCount64 (#785)
MaxGraey
authored and
dcodeIO
committed
a884cc2
Copy full SHA for a884cc2
Commits on Jun 27, 2019
Improve isSpace util, refactor fromCharCode and fix String#trim{End} (#692)
MaxGraey
authored and
dcodeIO
committed
316b2d4
Copy full SHA for 316b2d4
Commits on Jun 12, 2019
Add String#replace & String#replaceAll (#653)
MaxGraey
authored and
dcodeIO
committed
3af2603
Copy full SHA for 3af2603
Fix parseInt routines after refactoring (#655)
MaxGraey
authored and
dcodeIO
committed
f9a77b1
Copy full SHA for f9a77b1
Commits on Jun 5, 2019
Implement reference counting (#592)
dcodeIO
authored
0484a6b
Copy full SHA for 0484a6b
Commits on Mar 31, 2019
Fix implicit string to bool conversion (#567)
MaxGraey
authored and
dcodeIO
committed
abf3de9
Copy full SHA for abf3de9
Commits on Jan 10, 2019
Implement String#slice (#404)
LiaoPeng
authored and
dcodeIO
committed
201bd5f
Copy full SHA for 201bd5f
Commits on Nov 19, 2018
Fix unsafeCompare (#336)
MaxGraey
authored and
dcodeIO
committed
6393921
Copy full SHA for 6393921
Commits on Oct 18, 2018
Implement String#split (#301)
MaxGraey
authored and
dcodeIO
committed
711f73b
Copy full SHA for 711f73b
Pagination
Previous
Next
You can’t perform that action at this time.