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
use_symtab
User selector
All users
All time
Commit history
Commits on Apr 12, 2021
Add explicit symbol table for dynamic linking
Show description for b6968fb
sbc100
committed
b6968fb
View commit details
Copy full SHA for b6968fb
Browse repository at this point
Fix and test INCLUDE_FULL_LIBRARY (#13863)
Show description for 878c79a
sbc100
authored
878c79a
View commit details
Copy full SHA for 878c79a
Browse repository at this point
Update upstream URL for libjpeg. NFC (#13869)
Show description for 2b49ba5
sbc100
authored
2b49ba5
View commit details
Copy full SHA for 2b49ba5
Browse repository at this point
Remove unused/broken abortFnPtrError JS helper. NFC (#13866)
Show description for 4c9e102
sbc100
authored
4c9e102
View commit details
Copy full SHA for 4c9e102
Browse repository at this point
Commits on Apr 11, 2021
2.0.17 (#13861)
sbc100
authored
d5b212d
View commit details
Copy full SHA for d5b212d
Browse repository at this point
Commits on Apr 10, 2021
Fully remove support for inline EM_CONFIG without a file (#13855)
Show description for 64e7f87
sbc100
authored
64e7f87
View commit details
Copy full SHA for 64e7f87
Browse repository at this point
Commits on Apr 9, 2021
Support EXT_disjoint_timer_query_webgl2 (#9652)
Show description for 5dced78
mosra
authored
5dced78
View commit details
Copy full SHA for 5dced78
Browse repository at this point
Restore #include <emscripten/heap.h> (#13845)
juj
authored
d37a0c2
View commit details
Copy full SHA for d37a0c2
Browse repository at this point
Re-enable test_split_main_module. NFC (#13849)
Show description for 0bafd1c
sbc100
authored
0bafd1c
View commit details
Copy full SHA for 0bafd1c
Browse repository at this point
Commits on Apr 8, 2021
Deprecate -g4, and add a new -gsource-map to replace it (#13589)
Show description for 5f45300
kripken
authored
5f45300
View commit details
Copy full SHA for 5f45300
Browse repository at this point
Consistent field naming in jsifier.js. NFC (#13835)
sbc100
authored
580ae29
View commit details
Copy full SHA for 580ae29
Browse repository at this point
Add a test for EM_PYTHON_MULTIPROCESSING (#13832)
Show description for c2f4f09
kripken
authored
c2f4f09
View commit details
Copy full SHA for c2f4f09
Browse repository at this point
emscripten.py: Strip leading `_` from externs conditionally. NFC (#13847)
Show description for e877fda
sbc100
authored
e877fda
View commit details
Copy full SHA for e877fda
Browse repository at this point
Move thread profile block declaration into pthread_impl.h. NFC. (#13840)
Show description for e642863
sbc100
authored
e642863
View commit details
Copy full SHA for e642863
Browse repository at this point
Use third_party leb128 implementation. NFC (#13833)
Show description for fd97775
sbc100
authored
fd97775
View commit details
Copy full SHA for fd97775
Browse repository at this point
Commits on Apr 7, 2021
Avoid declaring setThreadStatus unless PTHREADS_PROFILING. NFC (#13841)
Show description for 52a68de
sbc100
authored
52a68de
View commit details
Copy full SHA for 52a68de
Browse repository at this point
Fix emscripten_asm_const_int deps (#13839)
Show description for 88593ac
sbc100
authored
88593ac
View commit details
Copy full SHA for 88593ac
Browse repository at this point
Simplify library search process (#13836)
Show description for 62f567d
sbc100
authored
62f567d
View commit details
Copy full SHA for 62f567d
Browse repository at this point
Use python3's list.copy() where applicable. NFC (#13829)
Show description for 9f2a885
sbc100
authored
9f2a885
View commit details
Copy full SHA for 9f2a885
Browse repository at this point
Commits on Apr 6, 2021
Add support for verbose logging in wasm2js, and move a warning behind it (#13834)
Show description for a5298bf
kripken
authored
a5298bf
View commit details
Copy full SHA for a5298bf
Browse repository at this point
Fix outdated refereneces to run_name in test_core.py (#13824)
Show description for d4c38e7
sbc100
authored
d4c38e7
View commit details
Copy full SHA for d4c38e7
Browse repository at this point
Fix flake8 warnings in webidl_binder.py. NFC (#13823)
sbc100
authored
3552fc8
View commit details
Copy full SHA for 3552fc8
Browse repository at this point
Re-enable test_sse4_2 now that Binaryen has updated SIMD (#13819)
tlively
authored
451d3d0
View commit details
Copy full SHA for 451d3d0
Browse repository at this point
Simplify input file handling in emcc. NFC. (#13799)
sbc100
authored
6f8dc88
View commit details
Copy full SHA for 6f8dc88
Browse repository at this point
Remove seemingly unneeded exceptions in test_fuzz. NFC (#13831)
Show description for 57bc144
sbc100
authored
57bc144
View commit details
Copy full SHA for 57bc144
Browse repository at this point
Add python launcher for webidl_binder (#13825)
sbc100
authored
900511b
View commit details
Copy full SHA for 900511b
Browse repository at this point
Fix WebIDL binder link. NFC. (#13822)
sbc100
authored
44a1adf
View commit details
Copy full SHA for 44a1adf
Browse repository at this point
Fix typos in settings description (#13807)
aheejin
authored
0601360
View commit details
Copy full SHA for 0601360
Browse repository at this point
Fix strtol result when no chars are consumed. (#13816)
Show description for 56514c8
sbc100
authored
56514c8
View commit details
Copy full SHA for 56514c8
Browse repository at this point
Use python3-style class decls. NFC. (#13821)
Show description for 98710ec
sbc100
authored
98710ec
View commit details
Copy full SHA for 98710ec
Browse repository at this point
Improve wasm module parsing code. NFC. (#13820)
Show description for 5f71411
sbc100
authored
5f71411
View commit details
Copy full SHA for 5f71411
Browse repository at this point
Update strtol test. NFC (#13815)
Show description for bb91686
sbc100
authored
bb91686
View commit details
Copy full SHA for bb91686
Browse repository at this point
Commits on Apr 5, 2021
Fix windows-only typo in emmake.py (#13813)
Show description for 9a0f37b
sbc100
authored
9a0f37b
View commit details
Copy full SHA for 9a0f37b
Browse repository at this point
Switch to the new LLVM pass manager (#13818)
Show description for 04b2a82
kripken
authored
04b2a82
View commit details
Copy full SHA for 04b2a82
Browse repository at this point
Fix stringToNewUTF8() with null or empty string (#13784)
Show description for 9898c8c
juj
authored
9898c8c
View commit details
Copy full SHA for 9898c8c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.