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
src
shell.html
on
use_symtab
User selector
All users
All time
Commit history
Commits on Nov 12, 2018
set a tabindex on the default html canvas (#7484)
Show description for 1fc1c90
kripken
authored
1fc1c90
View commit details
Copy full SHA for 1fc1c90
View code at this point
Browse repository at this point
Commits on Oct 30, 2018
Get most chrome browser tests running (#7375)
Show description for b5170dd
kripken
authored
b5170dd
View commit details
Copy full SHA for b5170dd
View code at this point
Browse repository at this point
Commits on May 29, 2018
Fix progress bar in default shell templates (#6573)
Beuc
authored and
kripken
committed
4b221d7
View commit details
Copy full SHA for 4b221d7
View code at this point
Browse repository at this point
Commits on Dec 24, 2016
Merge branch 'patch-1' of https://github.com/Grahack/emscripten into incoming
Show description for 25692fb
kripken
committed
25692fb
View commit details
Copy full SHA for 25692fb
View code at this point
Browse repository at this point
Commits on Dec 15, 2016
Remove <?xml before the SVG in shell.html
Grahack
authored
ebdf753
View commit details
Copy full SHA for ebdf753
View code at this point
Browse repository at this point
Commits on May 27, 2016
Merge pull request #4318 from juj/lowercase_s_in_fullscreen
Show description for 30cc991
juj
committed
30cc991
View commit details
Copy full SHA for 30cc991
View code at this point
Browse repository at this point
Commits on May 24, 2016
Behavior change for setting black canvas background. Instead of Emscripten Browser.createContext() hardcoding to set the style, allow specifying the style in the CSS domain, where it's more flexibl…
Show description for b42774f
juj
committed
b42774f
View commit details
Copy full SHA for b42774f
View code at this point
Browse repository at this point
Commits on May 13, 2016
Rename "requestFullScreen" to "requestFullscreen" and "cancelFullScreen" to "exitFullscreen" to strictly adhere to the same function naming as the Fullscreen API spec. Rename internal APIs to use l…
Show description for ff58311
juj
committed
ff58311
View commit details
Copy full SHA for ff58311
View code at this point
Browse repository at this point
Commits on Sep 22, 2015
Remove horizontal padding and border on the default shell textarea element, because those are applied on top of the width: 100% on that element, which would cause the textarea to always be wider th…
Show description for d7113fb
juj
committed
d7113fb
View commit details
Copy full SHA for d7113fb
View code at this point
Browse repository at this point
Commits on Jan 16, 2015
Micro-optimize shell files to avoid redundant garbage in stdout and stderr prints.
juj
committed
d9a3e0f
View commit details
Copy full SHA for d9a3e0f
View code at this point
Browse repository at this point
Commits on Jul 22, 2014
emscripten_force_exit option
kripken
committed
0efb852
View commit details
Copy full SHA for 0efb852
View code at this point
Browse repository at this point
Commits on May 13, 2014
Move the default WebGL context lost message to the default shell.html file so that default applications still show the error message, and applications can easily override the behavior if/when they …
Show description for 6701e2d
juj
committed
6701e2d
View commit details
Copy full SHA for 6701e2d
View code at this point
Browse repository at this point
Commits on Apr 25, 2014
indicate an error in the html shell when an exception is not caught
kripken
committed
ffa1776
View commit details
Copy full SHA for ffa1776
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
In default-provided shells, make standard C stdout always print out to console.log(), and C stderr print out to console.error(). Make the presence of a html page output textbox optional. These chan…
Show description for 577f405
juj
committed
577f405
View commit details
Copy full SHA for 577f405
View code at this point
Browse repository at this point
Commits on Feb 22, 2014
Actually make margin between canvas and output
EpicPineapple
committed
5f160bd
View commit details
Copy full SHA for 5f160bd
View code at this point
Browse repository at this point
Add margin between output and canvas
EpicPineapple
committed
b40de44
View commit details
Copy full SHA for b40de44
View code at this point
Browse repository at this point
"powered by emscripten" logo
EpicPineapple
committed
857458f
View commit details
Copy full SHA for 857458f
View code at this point
Browse repository at this point
Commits on Feb 13, 2014
make logo a link
kripken
committed
3b2fa85
View commit details
Copy full SHA for 3b2fa85
View code at this point
Browse repository at this point
Spruced up shell.html
Show description for 273e88a
EpicPineapple
committed
273e88a
View commit details
Copy full SHA for 273e88a
View code at this point
Browse repository at this point
Commits on Jan 24, 2014
spinner during startup; #2050
kripken
committed
d54f3e0
View commit details
Copy full SHA for d54f3e0
View code at this point
Browse repository at this point
Commits on Nov 25, 2013
correct way of scrollinbg to bottom
coolwanglu
committed
7da74b0
View commit details
Copy full SHA for 7da74b0
View code at this point
Browse repository at this point
Commits on Oct 28, 2013
optimize Module.setStatus
kripken
committed
9e5b0a8
View commit details
Copy full SHA for 9e5b0a8
View code at this point
Browse repository at this point
Commits on Oct 24, 2013
write out html and side js when html output is requested, to improve page load times
kripken
committed
50ee300
View commit details
Copy full SHA for 50ee300
View code at this point
Browse repository at this point
Commits on Aug 24, 2013
make script tag async in shell.html
kripken
committed
3daa674
View commit details
Copy full SHA for 3daa674
View code at this point
Browse repository at this point
Commits on Jun 28, 2013
improve error message
kripken
committed
d887e70
View commit details
Copy full SHA for d887e70
View code at this point
Browse repository at this point
Commits on Jun 19, 2013
Ensure line numbers are the same in HTML.
Show description for 2c0dcd9
int3
committed
2c0dcd9
View commit details
Copy full SHA for 2c0dcd9
View code at this point
Browse repository at this point
Commits on Mar 20, 2013
Remove border from canvas
vvuk
committed
1b8d4a4
View commit details
Copy full SHA for 1b8d4a4
View code at this point
Browse repository at this point
Commits on Mar 6, 2013
enable pointer lock checkbox by default
kripken
committed
756ab65
View commit details
Copy full SHA for 756ab65
View code at this point
Browse repository at this point
realize fullscreen options (resize canvas and lock pointer) with checkboxes
MichaelRiss
committed
aaa4282
View commit details
Copy full SHA for aaa4282
View code at this point
Browse repository at this point
Fixes for the full screen implementation:
Show description for a7fa285
MichaelRiss
committed
a7fa285
View commit details
Copy full SHA for a7fa285
View code at this point
Browse repository at this point
Improved fullscreen functionality.
Show description for 0b364c0
MichaelRiss
committed
0b364c0
View commit details
Copy full SHA for 0b364c0
View code at this point
Browse repository at this point
Commits on Feb 28, 2013
support multiple arguments to default html print, printErr
kripken
committed
4b57c3c
View commit details
Copy full SHA for 4b57c3c
View code at this point
Browse repository at this point
Commits on Aug 10, 2012
show progress on datafile download
kripken
committed
609fa65
View commit details
Copy full SHA for 609fa65
View code at this point
Browse repository at this point
Commits on Jul 24, 2012
center progress
kripken
committed
9ce4bbf
View commit details
Copy full SHA for 9ce4bbf
View code at this point
Browse repository at this point
Commits on Jul 23, 2012
add progress to shell.html
kripken
committed
a389d5d
View commit details
Copy full SHA for a389d5d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.