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
Breadcrumbs
History for
emscripten
emcc
on
main
User selector
All users
All time
Commit history
Commits on Jun 13, 2022
Run python with -E to ignore incoming PYTHONPATH/etc environment variables (#16736)
pmp-p
authored
e0c39d9
View commit details
Copy full SHA for e0c39d9
View code at this point
Browse repository at this point
Commits on Sep 20, 2021
Unix entry points: correctly detect the availability of a python binary (#15071)
Show description for 9d63033
eli-schwartz
authored
9d63033
View commit details
Copy full SHA for 9d63033
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
Add "do not edit" message to python entry points. NFC (#13731)
sbc100
authored
b99ff3e
View commit details
Copy full SHA for b99ff3e
View code at this point
Browse repository at this point
Commits on Mar 17, 2021
Ccache docs (#13681)
Show description for 8f2a207
juj
authored
8f2a207
View commit details
Copy full SHA for 8f2a207
View code at this point
Browse repository at this point
Commits on Mar 16, 2021
Ccache (#13498)
Show description for 0786812
juj
authored
0786812
View commit details
Copy full SHA for 0786812
View code at this point
Browse repository at this point
Commits on Aug 7, 2020
Require python3 (#11836)
Show description for a85b303
sbc100
authored
a85b303
View commit details
Copy full SHA for a85b303
View code at this point
Browse repository at this point
Commits on Jul 10, 2020
Honor EMSDK_PYTHON in `bat` and `sh` launcher scripts (#11611)
sbc100
authored
e0702c9
View commit details
Copy full SHA for e0702c9
View code at this point
Browse repository at this point
Commits on Jun 16, 2020
Minor fix for run_python.sh to work with POSIX sh on FreeBSD. (#11426)
Show description for 71220ab
osen
and
Karsten Pedersen
authored
71220ab
View commit details
Copy full SHA for 71220ab
View code at this point
Browse repository at this point
Commits on May 1, 2020
Fix #11005: escape path to Python executable in entry points (#11006)
yeputons
authored
5522236
View commit details
Copy full SHA for 5522236
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
Stop using symlinks for shell script launchers (#10921)
Show description for 1c6e796
sbc100
authored
1c6e796
View commit details
Copy full SHA for 1c6e796
View code at this point
Browse repository at this point
Commits on Mar 20, 2020
Remove python_selector.py in favor of run_python.sh (#10729)
Show description for d5c77b0
sbc100
authored
d5c77b0
View commit details
Copy full SHA for d5c77b0
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
Always run via subprocess in python-selector. (#6795)
Show description for 8ddcf70
sbc100
authored
8ddcf70
View commit details
Copy full SHA for 8ddcf70
View code at this point
Browse repository at this point
Commits on Apr 19, 2018
fix regression in 1.37.37 from 9a5a9b6224b79eafb33517226bdb42c6acbd137f : configure scripts should be pointed to emcc, not emcc.py, since emcc will pick the right python version. (#6460)
kripken
authored
be97a51
View commit details
Copy full SHA for be97a51
View code at this point
Browse repository at this point
Commits on Jan 11, 2018
Allow Python 3 (#5967)
Show description for f067c2a
saschanaz
authored and
kripken
committed
f067c2a
View commit details
Copy full SHA for f067c2a
View code at this point
Browse repository at this point
Commits on Aug 29, 2017
Resolve symlinks in em* wrapper scripts (#5534)
Show description for 254aae2
zmwangx
authored and
kripken
committed
254aae2
View commit details
Copy full SHA for 254aae2
View code at this point
Browse repository at this point
Commits on Feb 14, 2017
Python imports take time too, so record toolchain profiler process starts before the imports take place. Also filter out multiple process start and finish records, which is simplest to do in the to…
Show description for 5221d57
juj
committed
5221d57
View commit details
Copy full SHA for 5221d57
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
Implement Emscripten toolchain profiler which can be used to profile the process-wide execution of the toolchain in action.
juj
committed
ad135a1
View commit details
Copy full SHA for ad135a1
View code at this point
Browse repository at this point
Commits on Dec 19, 2015
Fix Windows multiprocessing/forking import of emcc and em++. Windows python 2.7 insists on finding em++.py and does not look up em++. Closes #3939.
juj
committed
11e0e7e
View commit details
Copy full SHA for 11e0e7e
View code at this point
Browse repository at this point
Commits on Nov 16, 2015
clean up emcc and em++
kripken
committed
bcc5d85
View commit details
Copy full SHA for bcc5d85
View code at this point
Browse repository at this point
Commits on Nov 12, 2015
move emcc to emcc.py, and make emcc support both python 2 and 3, calling emcc.py using python 2 if not already running there
kripken
committed
d1d2b34
View commit details
Copy full SHA for d1d2b34
View code at this point
Browse repository at this point
Commits on Nov 3, 2015
error on shared modules+memory growth #3893
kripken
committed
1de1298
View commit details
Copy full SHA for 1de1298
View code at this point
Browse repository at this point
Commits on Oct 27, 2015
Merge remote-tracking branch 'origin/legalize-in-backend' into incoming
kripken
committed
353c2ee
View commit details
Copy full SHA for 353c2ee
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
still support -Wno-warn-absolute-paths #3833
kripken
committed
426b729
View commit details
Copy full SHA for 426b729
View code at this point
Browse repository at this point
Commits on Oct 23, 2015
move to legalization in the JS backend
kripken
committed
4348ec6
View commit details
Copy full SHA for 4348ec6
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
reduce -s linker warning to debug
kripken
committed
56c5055
View commit details
Copy full SHA for 56c5055
View code at this point
Browse repository at this point
fix -s bug with a new -compiler param starting on the next arg
kripken
committed
12706b0
View commit details
Copy full SHA for 12706b0
View code at this point
Browse repository at this point
Commits on Oct 9, 2015
Merge branch 'libArgsFix' of https://github.com/pimlu/emscripten into incoming
kripken
committed
373af75
View commit details
Copy full SHA for 373af75
View code at this point
Browse repository at this point
Commits on Oct 5, 2015
Merge branch 'split_memory' into incoming
kripken
committed
99e76e2
View commit details
Copy full SHA for 99e76e2
View code at this point
Browse repository at this point
Commits on Oct 4, 2015
default absolute paths warnings to hidden
Show description for a50fbc3
pimlu
committed
a50fbc3
View commit details
Copy full SHA for a50fbc3
View code at this point
Browse repository at this point
fix #3777: make `-l SDL` do the same thing as `-lSDL` like Clang
Show description for e2643e1
pimlu
committed
e2643e1
View commit details
Copy full SHA for e2643e1
View code at this point
Browse repository at this point
Commits on Oct 2, 2015
stop doing the extra preparation work (decode images, etc.) unless asked to #3785
kripken
committed
b08a8a1
View commit details
Copy full SHA for b08a8a1
View code at this point
Browse repository at this point
Commits on Sep 24, 2015
Merge branch 'incoming' into split_memory
Show description for 36035f8
kripken
committed
36035f8
View commit details
Copy full SHA for 36035f8
View code at this point
Browse repository at this point
Merge pull request #3781 from juj/cpuprofiler
Show description for 60ec224
juj
committed
60ec224
View commit details
Copy full SHA for 60ec224
View code at this point
Browse repository at this point
Commits on Sep 21, 2015
Merge branch 'wasm-polyfill-prototype' into incoming
Show description for eb6167d
kripken
committed
eb6167d
View commit details
Copy full SHA for eb6167d
View code at this point
Browse repository at this point
refactor client code mods code
kripken
committed
2a7aece
View commit details
Copy full SHA for 2a7aece
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.