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
std
assembly
on
master
User selector
All users
All time
Commit history
Commits on Sep 8, 2020
Update dependencies (#1461)
dcodeIO
authored
c474db4
View commit details
Copy full SHA for c474db4
View code at this point
Browse repository at this point
Commits on Sep 4, 2020
Add fast path for x % +/-1.0 (#1447)
MaxGraey
authored
b463346
View commit details
Copy full SHA for b463346
View code at this point
Browse repository at this point
Commits on Aug 20, 2020
fix: Fix MIN_NORMAL_VALUE definitions and unify f32/F32, f64/F64 constants (#1443)
MaxGraey
authored
6df63c4
View commit details
Copy full SHA for 6df63c4
View code at this point
Browse repository at this point
Commits on Jul 30, 2020
Align sinh with musl on overflows in non-nearest rounding (#1421)
MaxGraey
authored
c286e06
View commit details
Copy full SHA for c286e06
View code at this point
Browse repository at this point
Simplify memmove condition for when to use memcpy (#1418)
MaxGraey
authored
b622400
View commit details
Copy full SHA for b622400
View code at this point
Browse repository at this point
Commits on Jul 16, 2020
feat: Implement first-class functions (#1384)
Show description for 7de4745
dcodeIO
authored
7de4745
View commit details
Copy full SHA for 7de4745
View code at this point
Browse repository at this point
chore: Rename anyref to externref to match proposal change (#1319)
Show description for 0234c8b
jayphelps
authored
0234c8b
View commit details
Copy full SHA for 0234c8b
View code at this point
Browse repository at this point
Commits on Jul 9, 2020
fix: Spec compliant parseInt (#1378)
MaxGraey
authored
1d86695
View commit details
Copy full SHA for 1d86695
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 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
Update Binaryen and other dependencies (#1328)
dcodeIO
authored
381c421
View commit details
Copy full SHA for 381c421
View code at this point
Browse repository at this point
Commits on Jun 9, 2020
Fixed compiler constant hint in typescript typedefs (#1317)
gzuidhof
authored
a27cc54
View commit details
Copy full SHA for a27cc54
View code at this point
Browse repository at this point
Commits on May 28, 2020
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
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
Add radix argument to stdlib definitions (#1290)
MaxGraey
authored
5c9cd70
View commit details
Copy full SHA for 5c9cd70
View code at this point
Browse repository at this point
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
Fix Array#flat() definition (#1275)
torch2424
authored
2b4dce0
View commit details
Copy full SHA for 2b4dce0
View code at this point
Browse repository at this point
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
Update Binaryen and other dependencies (#1266)
dcodeIO
authored
2641ecc
View commit details
Copy full SHA for 2641ecc
View code at this point
Browse repository at this point
Commits on May 9, 2020
Fix value type in store<T> definition (#1251)
MaxGraey
authored
2864286
View commit details
Copy full SHA for 2864286
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 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 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 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 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 Mar 28, 2020
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 15, 2020
Fix isFinalSigma related non-portable type conversions (#1173)
MaxGraey
authored
13340ed
View commit details
Copy full SHA for 13340ed
View code at this point
Browse repository at this point
Commits on Mar 14, 2020
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
Previous
Next
You canβt perform that action at this time.