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
.
JavaScriptBench
/
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
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Dec 13, 2023
Flush stdout and stderr before calling os.execv. NFC (#20910)
Show description for a9a823e
sbc100
authored
a9a823e
View commit details
Copy full SHA for a9a823e
Browse repository at this point
[embind] Change GenericEnumValue's type to int (#20908)
Show description for 604eeef
aheejin
authored
604eeef
View commit details
Copy full SHA for 604eeef
Browse repository at this point
Use `os.execv` when we only running `clang` to compile. NFC (#20884)
Show description for fb19437
sbc100
authored
fb19437
View commit details
Copy full SHA for fb19437
Browse repository at this point
Commits on Dec 12, 2023
[Debug] Fix debug-compilation-dir for system libs (#20776)
Show description for 1852e20
kon72
authored
1852e20
View commit details
Copy full SHA for 1852e20
Browse repository at this point
Defer `linker input unused` and `no input files` warnings to clang. NFC (#20905)
Show description for 569e4fa
sbc100
authored
569e4fa
View commit details
Copy full SHA for 569e4fa
Browse repository at this point
Rebaseline codesize expectations. NFC
sbc100
committed
9ab492d
View commit details
Copy full SHA for 9ab492d
Browse repository at this point
Remove more wasteful testing (#20906)
Show description for bf0505f
kripken
authored
bf0505f
View commit details
Copy full SHA for bf0505f
Browse repository at this point
Support `-s` compile file, which is the same as `-Wl,-s`. NFC (#20902)
Show description for 57c2989
sbc100
authored
57c2989
View commit details
Copy full SHA for 57c2989
Browse repository at this point
[dylink] Enable dylink tests in 4gb+ mode. NFC (#20900)
sbc100
authored
0a3b753
View commit details
Copy full SHA for 0a3b753
Browse repository at this point
Remove some magic handling of native shared libraries (#20886)
Show description for 1850b75
sbc100
authored
1850b75
View commit details
Copy full SHA for 1850b75
Browse repository at this point
Fix for STRICT_JS + pthreads (#20899)
Show description for a381606
sbc100
authored
a381606
View commit details
Copy full SHA for a381606
Browse repository at this point
Remove if/loop tests, and a fastcomp test (#20897)
Show description for 7ef0c59
kripken
authored
7ef0c59
View commit details
Copy full SHA for 7ef0c59
Browse repository at this point
Commits on Dec 11, 2023
Parameterize more browser tests. NFC (#20894)
sbc100
authored
7aecdda
View commit details
Copy full SHA for 7aecdda
Browse repository at this point
[test] Remove redundant setting in test_minimal_runtime_code_size. NFC (#20893)
Show description for 0d9ec2a
sbc100
authored
0d9ec2a
View commit details
Copy full SHA for 0d9ec2a
Browse repository at this point
Drop support for targeting IE using -sMIN_IE_VESRION (#20887)
Show description for c54ebd7
sbc100
authored
c54ebd7
View commit details
Copy full SHA for c54ebd7
Browse repository at this point
Guard against Chrome moving Gamepad to HTTPS secure origin (#20890)
Show description for 9295b0a
juj
authored
9295b0a
View commit details
Copy full SHA for 9295b0a
Browse repository at this point
Commits on Dec 9, 2023
Use babel for transpiling rather than closure compiler (#20879)
Show description for 7bed0e2
sbc100
authored
7bed0e2
View commit details
Copy full SHA for 7bed0e2
Browse repository at this point
Link from docs/process.md to "contributing" section of the webside (#20885)
Show description for f9871ec
sbc100
authored
f9871ec
View commit details
Copy full SHA for f9871ec
Browse repository at this point
Commits on Dec 8, 2023
Delay loading of link.py. NFC (#20883)
Show description for dedd59b
sbc100
authored
dedd59b
View commit details
Copy full SHA for dedd59b
Browse repository at this point
Improve error message on invalid legacy settings. NFC. (#20882)
sbc100
authored
c85f1b1
View commit details
Copy full SHA for c85f1b1
Browse repository at this point
Drop support for EdgeHTML browser using `-sMIN_EDGE_VESRION` (#20881)
Show description for 7ca8b40
sbc100
authored
7ca8b40
View commit details
Copy full SHA for 7ca8b40
Browse repository at this point
Fix warnings in tsgen tests. NFC (#20870)
Show description for dabbde6
sbc100
authored
dabbde6
View commit details
Copy full SHA for dabbde6
Browse repository at this point
Commits on Dec 7, 2023
Update npm dependencies. NFC (#20876)
Show description for f9c0d0e
sbc100
authored
f9c0d0e
View commit details
Copy full SHA for f9c0d0e
Browse repository at this point
Handle `-s` alias for for `--strip-all` linker flag (#20875)
sbc100
authored
8ec8132
View commit details
Copy full SHA for 8ec8132
Browse repository at this point
[test] Track gzipped file size in code size tests. NFC (#20874)
sbc100
authored
86eacff
View commit details
Copy full SHA for 86eacff
Browse repository at this point
Rebaseline codesize expectations. NFC
sbc100
committed
ef60e11
View commit details
Copy full SHA for ef60e11
Browse repository at this point
Rebaseline codesize expectations. NFC
sbc100
committed
17540d9
View commit details
Copy full SHA for 17540d9
Browse repository at this point
Rebaseline codesize expectations. NFC
sbc100
committed
6de68ff
View commit details
Copy full SHA for 6de68ff
Browse repository at this point
Fix errors with emvbind + STRICT_JS (#20871)
Show description for a030f89
sbc100
authored
a030f89
View commit details
Copy full SHA for a030f89
Browse repository at this point
Leverage coalescing operators. NFC (#20531)
RReverser
authored
05821a3
View commit details
Copy full SHA for 05821a3
Browse repository at this point
Run fewer math tests (#20860)
Show description for 1e8e824
kripken
authored
1e8e824
View commit details
Copy full SHA for 1e8e824
Browse repository at this point
Convert compiler.js to JS module. NFC. (#20861)
sbc100
authored
196aa2d
View commit details
Copy full SHA for 196aa2d
Browse repository at this point
Consistent use of unix-style paths in test code. NFC (#20868)
Show description for 6fe2510
sbc100
authored
6fe2510
View commit details
Copy full SHA for 6fe2510
Browse repository at this point
Commits on Dec 6, 2023
Rebaseline codesize expectations. NFC (#20866)
sbc100
authored
004d86c
View commit details
Copy full SHA for 004d86c
Browse repository at this point
[test] Convert `do_run_from_file` calls and remove it. NFC (#20865)
sbc100
authored
98afedb
View commit details
Copy full SHA for 98afedb
Browse repository at this point
Previous
Next
You can’t perform that action at this time.