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
Type
/
to 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
.
AIEdX
/
emscripten
Public
forked from
emscripten-core/emscripten
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
Fix Asan ( address sanitizer ) related errors
- #3
#3
Merged
thefirehacker
merged 33 commits into
AIEdX:main
AIEdX/emscripten:main
from
emscripten-core:main
emscripten-core/emscripten:main
Copy head branch name to clipboard
Jan 5, 2022
Conversation
Commits
33
(33)
Checks
Files changed
Merged
Fix Asan ( address sanitizer ) related errors
#3
thefirehacker
merged 33 commits into
AIEdX:main
AIEdX/emscripten:main
from
emscripten-core:main
emscripten-core/emscripten:main
Copy head branch name to clipboard
Commits
Commits on Dec 16, 2021
Fix for error regarding asan + dynamic linking (#15799)
sbc100
authored
451e3a5
View commit details
Copy full SHA for 451e3a5
Browse repository at this point
[NFC] Default system library building to -O2 (#15803)
Show description for 46c707e
kripken
authored
46c707e
View commit details
Copy full SHA for 46c707e
Browse repository at this point
[WASMFS] Add rename corner case
Show description for f195d7c
ethanalee
authored
f195d7c
View commit details
Copy full SHA for f195d7c
Browse repository at this point
Fix errant return and argument list in wgpuQueueOnSubmittedWorkDone (#15515)
Show description for db68e59
kainino0x
authored
db68e59
View commit details
Copy full SHA for db68e59
Browse repository at this point
Commits on Dec 17, 2021
Fix bug where ASan shadow region was overlapping static data (#15806)
Show description for 49dfe38
sbc100
authored
49dfe38
View commit details
Copy full SHA for 49dfe38
Browse repository at this point
[Docs] Add initial WasmFS docs (#15809)
Show description for dd3b559
ethanalee
authored
dd3b559
View commit details
Copy full SHA for dd3b559
Browse repository at this point
Remove 10 second sleep after test. NFC (#15810)
Show description for 5ebe1d4
sbc100
authored
5ebe1d4
View commit details
Copy full SHA for 5ebe1d4
Browse repository at this point
Mark 3.0.1 as released (#15815)
sbc100
authored
e8a6006
View commit details
Copy full SHA for e8a6006
Browse repository at this point
Commits on Dec 18, 2021
Temporarily disable `test_emscripten_async_wget2_data`. NFC (#15819)
sbc100
authored
b7bb9f3
View commit details
Copy full SHA for b7bb9f3
Browse repository at this point
Temporarily disable asan.test_rename under wasmfs (#15821)
sbc100
authored
76d0e15
View commit details
Copy full SHA for 76d0e15
Browse repository at this point
Allow certain ES6 constructs in internal JS code (#15763)
Show description for 4eefe27
sbc100
authored
4eefe27
View commit details
Copy full SHA for 4eefe27
Browse repository at this point
Rebaseline codesize tests. NFC
sbc100
committed
e4163cc
View commit details
Copy full SHA for e4163cc
Browse repository at this point
Commits on Dec 19, 2021
Fix initialization of nodePath variable (#15805)
Show description for 4ed0a9f
jrprice
authored
4ed0a9f
View commit details
Copy full SHA for 4ed0a9f
Browse repository at this point
Commits on Dec 20, 2021
WebGPU: Remove `None` from WGPUErrorFilter enum (#15804)
Show description for ae5c75a
jrprice
authored
ae5c75a
View commit details
Copy full SHA for ae5c75a
Browse repository at this point
Commits on Dec 21, 2021
Initial usage of ES6 in JS library code (#15765)
Show description for 8e1e305
sbc100
authored
8e1e305
View commit details
Copy full SHA for 8e1e305
Browse repository at this point
Commits on Dec 22, 2021
fix: typo (base -> bare) (#15831)
homuler
authored
3a8569c
View commit details
Copy full SHA for 3a8569c
Browse repository at this point
Modernize and run eslint on tools/acorn-optimizer.js. NFC (#15836)
sbc100
authored
ad6bc46
View commit details
Copy full SHA for ad6bc46
Browse repository at this point
Mark 3.1.0 as released (#15840)
sbc100
authored
57f35ee
View commit details
Copy full SHA for 57f35ee
Browse repository at this point
Commits on Dec 23, 2021
Use JS's `Set` data type in internal compiler code. NFC (#15842)
sbc100
authored
a8e7d3b
View commit details
Copy full SHA for a8e7d3b
Browse repository at this point
Commits on Dec 25, 2021
Remove dead code from src/modules.js. NFC (#15838)
Show description for 3840ef8
sbc100
authored
3840ef8
View commit details
Copy full SHA for 3840ef8
Browse repository at this point
More use of JS's `Set` data type in internal compiler code. NFC (#15843)
Show description for 84560c6
sbc100
authored
84560c6
View commit details
Copy full SHA for 84560c6
Browse repository at this point
Ensure system libraries maintains insertion order (#15844)
Show description for 4a5a31e
kleisauke
authored
4a5a31e
View commit details
Copy full SHA for 4a5a31e
Browse repository at this point
Commits on Dec 27, 2021
Remove unused staticBump metadata field. NFC (#15854)
Show description for 8d85730
sbc100
authored
8d85730
View commit details
Copy full SHA for 8d85730
Browse repository at this point
Remove use of tableSize metadata field. NFC (#15855)
Show description for 30e3c87
sbc100
authored
30e3c87
View commit details
Copy full SHA for 30e3c87
Browse repository at this point
Modernize and run eslint on tools/lz4-compress.js. NFC (#15846)
Show description for ffe4d08
sbc100
authored
ffe4d08
View commit details
Copy full SHA for ffe4d08
Browse repository at this point
Commits on Dec 29, 2021
Modernize internal JS code and run it through eslint. NFC (#15845)
Show description for 832e906
sbc100
authored
832e906
View commit details
Copy full SHA for 832e906
Browse repository at this point
Rebasline code size tests. NFC
Show description for f8b200a
sbc100
committed
f8b200a
View commit details
Copy full SHA for f8b200a
Browse repository at this point
Commits on Dec 30, 2021
[SjLj] Make Wasm SjLj work with LTO (#15858)
Show description for 7c87383
aheejin
authored
7c87383
View commit details
Copy full SHA for 7c87383
Browse repository at this point
Commits on Jan 4, 2022
Improve pthread error reporting. NFC (#15875)
Show description for 48e3d9d
sbc100
authored
48e3d9d
View commit details
Copy full SHA for 48e3d9d
Browse repository at this point
[Docs] Improve contribution docs (#15872)
Show description for 3b6f294
mmarczell-graphisoft
authored
3b6f294
View commit details
Copy full SHA for 3b6f294
Browse repository at this point
Fix typo in changelog (#15879)
domoritz
authored
028079c
View commit details
Copy full SHA for 028079c
Browse repository at this point
[Docs] Fix links in Building-Projects.rst (#15866)
Show description for 9c59353
conorpo
authored
9c59353
View commit details
Copy full SHA for 9c59353
Browse repository at this point
Point SDL2 port at upstream (#15452)
Show description for e325125
Daft-Freak
authored
e325125
View commit details
Copy full SHA for e325125
Browse repository at this point
You can’t perform that action at this time.