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
.
AssemblyScript
/
assemblyscript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
694
Star
18k
Code
Issues
180
Pull requests
21
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
assemblyscript
tests
compiler
std
on
stringref
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 11, 2023
fix: Update Binaryen to 112.0.0-nightly.20230411 (#2683)
Show description for f7571a4
dcodeIO
authored
f7571a4
View commit details
Copy full SHA for f7571a4
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
Update Binaryen (#2612)
dcodeIO
authored
9971708
View commit details
Copy full SHA for 9971708
View code at this point
Browse repository at this point
Commits on Dec 22, 2022
fix: Fix lifetime confusion in shadow stack pass (#2596)
dcodeIO
authored
d3410f4
View commit details
Copy full SHA for d3410f4
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
Remove unchecked indexed set on normal arrays (#2586)
dcodeIO
authored
b3cffa3
View commit details
Copy full SHA for b3cffa3
View code at this point
Browse repository at this point
Commits on Dec 5, 2022
Fix variable initialization checks / revise flow logic (#2578)
Show description for 6717de0
dcodeIO
authored
6717de0
View commit details
Copy full SHA for 6717de0
View code at this point
Browse repository at this point
Commits on Nov 14, 2022
Implicitly inherit from Object (#2559)
Show description for 688dcd2
dcodeIO
authored
688dcd2
View commit details
Copy full SHA for 688dcd2
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
fix: Simplify compileCallExpression (#2558)
dcodeIO
authored
a71f649
View commit details
Copy full SHA for a71f649
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
Remove no longer used half of RTTI (#2555)
Show description for a565d73
dcodeIO
authored
a565d73
View commit details
Copy full SHA for a565d73
View code at this point
Browse repository at this point
Commits on Nov 9, 2022
Make class fields a special kind of property (#2548)
Show description for 0fd4db2
dcodeIO
authored
0fd4db2
View commit details
Copy full SHA for 0fd4db2
View code at this point
Browse repository at this point
Commits on Oct 23, 2022
Remove local sharing logic (#2540)
dcodeIO
authored
8bb4fae
View commit details
Copy full SHA for 8bb4fae
View code at this point
Browse repository at this point
Commits on Oct 21, 2022
Implement preliminary creation of Wasm GC types (#2537)
dcodeIO
authored
78b2d1a
View commit details
Copy full SHA for 78b2d1a
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
Add two to four bytes utf8 character tests (#2495)
JesseCodeBones
authored
0ed65eb
View commit details
Copy full SHA for 0ed65eb
View code at this point
Browse repository at this point
Commits on Sep 25, 2022
fix: fix shadowstack pass discard debuginfo (#2496)
HerrCai0907
authored
f9dee72
View commit details
Copy full SHA for f9dee72
View code at this point
Browse repository at this point
Commits on Sep 24, 2022
Sync with latest Binaryen (#2493)
dcodeIO
authored
d32ef08
View commit details
Copy full SHA for d32ef08
View code at this point
Browse repository at this point
Commits on Sep 4, 2022
Improve math tests by using Object.is for -0.0 checks (#2504)
MaxGraey
authored
99b7196
View commit details
Copy full SHA for 99b7196
View code at this point
Browse repository at this point
Commits on Aug 31, 2022
fix: Properly handle "-0" literal for floating point context (#2478)
MaxGraey
authored
f52f612
View commit details
Copy full SHA for f52f612
View code at this point
Browse repository at this point
fix: Proper parseFloat for signed zeros inputs (#2483)
MaxGraey
authored
12838ac
View commit details
Copy full SHA for 12838ac
View code at this point
Browse repository at this point
Update binaryen (#2477)
MaxGraey
authored
8ae597d
View commit details
Copy full SHA for 8ae597d
View code at this point
Browse repository at this point
Enhance `FunctionExpression` type inference (#2458)
Show description for e06557c
3 people
authored
e06557c
View commit details
Copy full SHA for e06557c
View code at this point
Browse repository at this point
Commits on Aug 28, 2022
Simplify floating points comparison for Object.is (#2476)
MaxGraey
authored
525b2e1
View commit details
Copy full SHA for 525b2e1
View code at this point
Browse repository at this point
Add optimized path of Math.round for prefered size mode (#2479)
MaxGraey
authored
819d8a3
View commit details
Copy full SHA for 819d8a3
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
fix: Element access operator should derive index type properly from overloaded signature (#2468)
MaxGraey
authored
141e350
View commit details
Copy full SHA for 141e350
View code at this point
Browse repository at this point
Update binaryen (#2461)
MaxGraey
authored
665b937
View commit details
Copy full SHA for 665b937
View code at this point
Browse repository at this point
feat: Introduce new parse methods for builtin value types. Deprecate XX.parseInt/parseFloat (#2465)
MaxGraey
authored
12b3f35
View commit details
Copy full SHA for 12b3f35
View code at this point
Browse repository at this point
Commits on Aug 21, 2022
Update fixtures (#2456)
MaxGraey
authored
bda41b9
View commit details
Copy full SHA for bda41b9
View code at this point
Browse repository at this point
fix: infer return type in implicit return arrow function (#2433)
Show description for f7beaac
HerrCai0907
and
dcodeIO
authored
f7beaac
View commit details
Copy full SHA for f7beaac
View code at this point
Browse repository at this point
feat: store local names in debug mode (#2437)
Show description for 6968448
HerrCai0907
and
MaxGraey
authored
6968448
View commit details
Copy full SHA for 6968448
View code at this point
Browse repository at this point
Commits on Aug 20, 2022
BREAKING CHANGE: Remove support for WASI (#2439)
dcodeIO
authored
9f21bf3
View commit details
Copy full SHA for 9f21bf3
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
Update binaryen (#2385)
MaxGraey
authored
bdfe551
View commit details
Copy full SHA for bdfe551
View code at this point
Browse repository at this point
Move bswap to builtins. Remove bswap16 (#2417)
MaxGraey
authored
afa0e2d
View commit details
Copy full SHA for afa0e2d
View code at this point
Browse repository at this point
feat: make result of StaticArray#slice and StaticArray#concat as instance generics. Deprecate static methods (#2404)
MaxGraey
authored
847dbde
View commit details
Copy full SHA for 847dbde
View code at this point
Browse repository at this point
Refactor branch / select sign checks from rshift to cmp with zero (#2426)
MaxGraey
authored
e612355
View commit details
Copy full SHA for e612355
View code at this point
Browse repository at this point
Template literal optimization (#2432)
Show description for 6cfd8b3
HerrCai0907
and
MaxGraey
authored
6cfd8b3
View commit details
Copy full SHA for 6cfd8b3
View code at this point
Browse repository at this point
Commits on Aug 7, 2022
fix: Generalize TypedArray#set (#2388)
MaxGraey
authored
7db1006
View commit details
Copy full SHA for 7db1006
View code at this point
Browse repository at this point
Commits on Aug 6, 2022
[NFC] Refactor fill methos of all arrays (#2406)
MaxGraey
authored
aec8eb3
View commit details
Copy full SHA for aec8eb3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.