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
runtime.js
on
use_symtab
User selector
All users
All time
Commit history
Commits on Sep 2, 2020
Remove DYNAMICTOP_PTR (#12057)
Show description for 0882510
kripken
authored
0882510
View commit details
Copy full SHA for 0882510
View code at this point
Browse repository at this point
Commits on Aug 24, 2020
Move reSign/unSign to library function. NFC. (#12014)
Show description for 8b5e1bc
sbc100
authored
8b5e1bc
View commit details
Copy full SHA for 8b5e1bc
View code at this point
Browse repository at this point
Commits on Apr 4, 2020
cleanup runtime.js (#10845)
Show description for bf72ec0
sbc100
authored
bf72ec0
View commit details
Copy full SHA for bf72ec0
View code at this point
Browse repository at this point
Commits on Mar 27, 2020
Use compact SPDX license identifer in JS files (#10771)
Show description for 7c3ced6
kripken
authored
7c3ced6
View commit details
Copy full SHA for 7c3ced6
View code at this point
Browse repository at this point
Commits on Feb 22, 2020
Adjust to Closure compiler convention that parseInt() must always be … (#10457)
Show description for d9cbb25
juj
authored
d9cbb25
View commit details
Copy full SHA for d9cbb25
View code at this point
Browse repository at this point
Commits on Feb 20, 2020
Remove PROCINFO from generated code (#10436)
Show description for d11368b
kripken
authored
d11368b
View commit details
Copy full SHA for d11368b
View code at this point
Browse repository at this point
Commits on Sep 13, 2019
Apply the sbrk pointer's location to the wasm, avoiding the need to import it (#9397)
Show description for afc1616
kripken
authored
afc1616
View commit details
Copy full SHA for afc1616
View code at this point
Browse repository at this point
Commits on Jan 21, 2019
Print more descriptive error messages on some assert failures
juj
committed
951464d
View commit details
Copy full SHA for 951464d
View code at this point
Browse repository at this point
Commits on Dec 13, 2018
Clean up benign code size increasing typo in alignMemory()
juj
committed
9cf0156
View commit details
Copy full SHA for 9cf0156
View code at this point
Browse repository at this point
Commits on Sep 21, 2018
Add license header to .js files (#7163)
sbc100
authored
20602ef
View commit details
Copy full SHA for 20602ef
View code at this point
Browse repository at this point
Commits on Dec 20, 2017
De-runtime-ification (#5954)
Show description for c5a4558
kripken
authored
c5a4558
View commit details
Copy full SHA for c5a4558
View code at this point
Browse repository at this point
Commits on Dec 8, 2017
the asmGlobal (which contains imports like Int8Array, etc.) is only needed for asm.js. if we are only doing wasm, don't even emit it (#5907)
kripken
authored
e47ac78
View commit details
Copy full SHA for e47ac78
View code at this point
Browse repository at this point
Commits on Aug 26, 2017
Mark emscripten_async_load_script not available in pthreads. Define .getFuncWrapper() to return null if passed function does not exist.
juj
committed
8e6e71e
View commit details
Copy full SHA for 8e6e71e
View code at this point
Browse repository at this point
Commits on May 30, 2017
preload wasm dynamic libraries when we can't load them synchronously
kripken
committed
3446d2a
View commit details
Copy full SHA for 3446d2a
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
setTempRet0's return value is received in some cases, even though it is ignored. JS engines no longer accept an undefined as a valid value now, so we must return an int properly (#4976)
kripken
authored
94ac79b
View commit details
Copy full SHA for 94ac79b
View code at this point
Browse repository at this point
Commits on Dec 16, 2016
use better names in loadWebAssemblyModule
kripken
committed
65271b0
View commit details
Copy full SHA for 65271b0
View code at this point
Browse repository at this point
use hex for bit operation constants
kripken
committed
3fd8daa
View commit details
Copy full SHA for 3fd8daa
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
zero init table too
kripken
committed
a749822
View commit details
Copy full SHA for a749822
View code at this point
Browse repository at this point
zero initialize memory allocated for a loaded wasm module
kripken
committed
062c3a0
View commit details
Copy full SHA for 062c3a0
View code at this point
Browse repository at this point
properly align and size memory allocations for loaded wasm modules
kripken
committed
2d016a3
View commit details
Copy full SHA for 2d016a3
View code at this point
Browse repository at this point
use the new __post_instantiate name
kripken
committed
af8a881
View commit details
Copy full SHA for af8a881
View code at this point
Browse repository at this point
use the new user section for shared wasm libraries
kripken
committed
093f55a
View commit details
Copy full SHA for 093f55a
View code at this point
Browse repository at this point
dynamic linking test updates
kripken
committed
5faeeb5
View commit details
Copy full SHA for 5faeeb5
View code at this point
Browse repository at this point
run wasm side module initialization only after runtime is ready
kripken
committed
86b60ab
View commit details
Copy full SHA for 86b60ab
View code at this point
Browse repository at this point
basics of wasm dynamic linking
kripken
committed
36ddaad
View commit details
Copy full SHA for 36ddaad
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
DYNAMICTOP is a signed 32-bit integer value, so read it as HEAP32. (This fixes -s USE_PTHREADS=2 builds when browser does not support pthreads, i.e. browser.test_pthread_create run on a non-support…
Show description for 59816c6
juj
committed
59816c6
View commit details
Copy full SHA for 59816c6
View code at this point
Browse repository at this point
Remove variable DYNAMICTOP and replace it with DYNAMICTOP_PTR which points to a memory location on the Emscripten HEAP that contains the ceiling of the dynamically allocated memory area. Remove pro…
Show description for 80bd37a
juj
committed
80bd37a
View commit details
Copy full SHA for 80bd37a
View code at this point
Browse repository at this point
Commits on Apr 1, 2016
optimize getFuncWrapper, and now dynCall can assume that its input is a true array
kripken
committed
9299b7f
View commit details
Copy full SHA for 9299b7f
View code at this point
Browse repository at this point
fix Runtime.dynCall to not modify the input array, unbreaks browser.test_emscripten_api
kripken
committed
cb6f241
View commit details
Copy full SHA for cb6f241
View code at this point
Browse repository at this point
Commits on Mar 8, 2016
Merge branch 'eval-ctor' into incoming
kripken
committed
bc15777
View commit details
Copy full SHA for bc15777
View code at this point
Browse repository at this point
Commits on Mar 4, 2016
Implement -s STACK_OVERFLOW_CHECK=0/1/2 option which adds in runtime checking against Emscripten stack overrun.
juj
committed
8ffbc44
View commit details
Copy full SHA for 8ffbc44
View code at this point
Browse repository at this point
Commits on Mar 1, 2016
set global base default in emcc.py
kripken
committed
0ec3d3e
View commit details
Copy full SHA for 0ec3d3e
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
move setDynamicTop to Runtime
kripken
committed
f7ddcb0
View commit details
Copy full SHA for f7ddcb0
View code at this point
Browse repository at this point
do SAFE_HEAP in asm, for speed, when SAFE_HEAP_LOG is off
kripken
committed
7298eee
View commit details
Copy full SHA for 7298eee
View code at this point
Browse repository at this point
Commits on Jun 1, 2015
Add a runtime check to static/dynamicAlloc functions to ensure that pthreads don't accidentally run wrong type of allocate() call.
juj
committed
86b7039
View commit details
Copy full SHA for 86b7039
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.