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
emrun
on
main
User selector
All users
All time
Commit history
Commits on May 22, 2023
Move some internal maintenance tools to tools/maint/ (#19419)
Show description for 85daeb9
sbc100
authored
85daeb9
View commit details
Copy full SHA for 85daeb9
View code at this point
Browse repository at this point
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 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 12, 2018
Fix emrun after recent python_selector change (#6844)
sbc100
authored
90642ee
View commit details
Copy full SHA for 90642ee
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 Aug 16, 2017
Fix emrun to be dual python2/python3 callable. Closes #5211 and #5482.
juj
committed
57c18dd
View commit details
Copy full SHA for 57c18dd
View code at this point
Browse repository at this point
Commits on Aug 8, 2017
Update to latest upstream emrun
juj
committed
3b3127f
View commit details
Copy full SHA for 3b3127f
View code at this point
Browse repository at this point
Commits on May 31, 2017
Update emrun to latest (fixes Windows issue when PyWin32 is not installed)
juj
committed
bb54dee
View commit details
Copy full SHA for bb54dee
View code at this point
Browse repository at this point
Commits on May 3, 2017
Update emrun.py to latest version.
juj
committed
1ab6375
View commit details
Copy full SHA for 1ab6375
View code at this point
Browse repository at this point
Commits on May 1, 2017
Fix emrun android chrome (#5180)
Show description for 719870b
fchiba
committed
719870b
View commit details
Copy full SHA for 719870b
View code at this point
Browse repository at this point
Commits on Aug 26, 2016
Update to latest emrun. Disables Firefox safe mode key from being triggered on emrun Firefox process spawns
juj
committed
e482a99
View commit details
Copy full SHA for e482a99
View code at this point
Browse repository at this point
Commits on Aug 10, 2016
Update to latest version of emrun.
juj
committed
dd3b359
View commit details
Copy full SHA for dd3b359
View code at this point
Browse repository at this point
Commits on May 3, 2016
When testing whether to send gzipped content, prepare that 'Accept-Encoding' key might not exist in headers sent by the browser.
juj
committed
d82d820
View commit details
Copy full SHA for d82d820
View code at this point
Browse repository at this point
Commits on May 2, 2016
Update emrun to latest: strictly detect asm.js validation errors, enable serving pre-gzip-compressed content and improve startup help prints when running with "emrun --no_browser".
juj
committed
aaddfd9
View commit details
Copy full SHA for aaddfd9
View code at this point
Browse repository at this point
Commits on Sep 7, 2015
Tune emrun to avoid various Firefox network update checks with the clean profile.
juj
committed
1550708
View commit details
Copy full SHA for 1550708
View code at this point
Browse repository at this point
Have emrun more diligently delete the temporary Firefox profile it created, if at all possible.
juj
committed
1217bf6
View commit details
Copy full SHA for 1217bf6
View code at this point
Browse repository at this point
Fix emrun test script to only call to user_pref() to set prefs (the other directives did not quite work). When building with --emrun, have exit() close the current browser window automatically. Run…
Show description for a3dcfdd
juj
committed
a3dcfdd
View commit details
Copy full SHA for a3dcfdd
View code at this point
Browse repository at this point
Set dom.allow_scripts_to_close_windows = true when running Firefox under emrun with --safe_firefox_profile, so that a test page can gracefully close itself without emrun having to forcibly kill it.
juj
committed
2f20ab8
View commit details
Copy full SHA for 2f20ab8
View code at this point
Browse repository at this point
Pass -no-remote when running a page with emrun and --safe_firefox_profile in order to not conflict with any existing running Firefox instances.
juj
committed
6bf85e7
View commit details
Copy full SHA for 6bf85e7
View code at this point
Browse repository at this point
Don't ask the user if he wants to close the browser when multiple tabs are open and running Firefox via emrun.
juj
committed
0699db9
View commit details
Copy full SHA for 0699db9
View code at this point
Browse repository at this point
Commits on Sep 1, 2015
Set MOZ_DISABLE_AUTO_SAFE_MODE=1 when doing emrun browser runs (https://bugzilla.mozilla.org/show_bug.cgi?id=745154).
juj
committed
f9b23c5
View commit details
Copy full SHA for f9b23c5
View code at this point
Browse repository at this point
Add new command line option '--safe_firefox_profile' to emrun, which creates a clean temporary profile to run the page in when running in Firefox. Use this option when it's desirable that features …
Show description for 0ef0a78
juj
committed
0ef0a78
View commit details
Copy full SHA for 0ef0a78
View code at this point
Browse repository at this point
Commits on Aug 4, 2015
Update emrun to latest from @mlimber's commit https://github.com/juj/emrun/commit/5668c5298394773f2937698871ffef63bc596312.
juj
committed
22b498b
View commit details
Copy full SHA for 22b498b
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Upgrade emrun to latest: https://github.com/juj/emrun/commit/e698275433692a67ffbaf4db619c1e3007fd0a3c
juj
committed
005de7d
View commit details
Copy full SHA for 005de7d
View code at this point
Browse repository at this point
Commits on Mar 13, 2015
Update emrun to latest from https://github.com/juj/emrun . Fixes #3234.
juj
committed
8f44839
View commit details
Copy full SHA for 8f44839
View code at this point
Browse repository at this point
Commits on Oct 21, 2014
Add a help message if user system is missing PyWin32 when running emrun on Windows.
juj
committed
386e0f8
View commit details
Copy full SHA for 386e0f8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.