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
webgpu_testing
User selector
All users
All time
Commit history
Commits on Sep 19, 2023
Enable WebGPU render test. NFC
sbc100
committed
ab4f536
View commit details
Copy full SHA for ab4f536
Browse repository at this point
Proxy webgpu calls back to the main thread. NFC (#20124)
Show description for 992d1e9
sbc100
authored
992d1e9
View commit details
Copy full SHA for 992d1e9
Browse repository at this point
Commits on Sep 18, 2023
Rebaseline codesize expectations. NFC
sbc100
committed
d67dc2a
View commit details
Copy full SHA for d67dc2a
Browse repository at this point
embind: tsgen function params name (#20141)
Show description for d515cd5
tayyabejaz2000
and
Tobii700
authored
d515cd5
View commit details
Copy full SHA for d515cd5
Browse repository at this point
Add MAIN_THREAD_EM_ASM_PTR to docs and changelog. NFC (#20284)
sbc100
authored
b65dc32
View commit details
Copy full SHA for b65dc32
Browse repository at this point
[docs] Consistently capitalize Wasm when referring to it in the docs. NFC (#20266)
sbc100
authored
e99f39c
View commit details
Copy full SHA for e99f39c
Browse repository at this point
Temporarily disable pch/gch tests while LLVM rolls in (#20283)
Show description for 390011c
kripken
authored
390011c
View commit details
Copy full SHA for 390011c
Browse repository at this point
Mark test_sigaction_default as cross platform. NFC (#20272)
Show description for cb9471c
sbc100
authored
cb9471c
View commit details
Copy full SHA for cb9471c
Browse repository at this point
Validate EM_JS/EM_ASM strings in side modules at build time (#20258)
sbc100
authored
b57effb
View commit details
Copy full SHA for b57effb
Browse repository at this point
Move safeSetTimeout to library_eventloop.js. NFC (#20269)
sbc100
authored
11f454c
View commit details
Copy full SHA for 11f454c
Browse repository at this point
Commits on Sep 15, 2023
Mark 3.1.46 as released (#20267)
sbc100
authored
0be5b60
View commit details
Copy full SHA for 0be5b60
Browse repository at this point
[wasm64] Add `MAIN_THREAD_EM_ASM_PTR` macro (#20261)
Show description for 348f264
sbc100
authored
348f264
View commit details
Copy full SHA for 348f264
Browse repository at this point
[test] Temporarily disable wasm64 + threads browser test (#20263)
Show description for 783d0b8
sbc100
authored
783d0b8
View commit details
Copy full SHA for 783d0b8
Browse repository at this point
Implement default signal handlers (#20257)
Show description for aab180a
RReverser
authored
aab180a
View commit details
Copy full SHA for aab180a
Browse repository at this point
embind: Ignore more options during TS generation and force node environment. (#20242)
Show description for 1960782
brendandahl
authored
1960782
View commit details
Copy full SHA for 1960782
Browse repository at this point
[embind] Use `Object.assign` to setup prototypes. NFC (#20241)
sbc100
authored
13d01f5
View commit details
Copy full SHA for 13d01f5
Browse repository at this point
Commits on Sep 14, 2023
[circleci] Update node canary version. NFC (#20252)
sbc100
authored
645770f
View commit details
Copy full SHA for 645770f
Browse repository at this point
Fix compiler warnings in websocket_to_posix_proxy. NFC (#20256)
sbc100
authored
5a9623a
View commit details
Copy full SHA for 5a9623a
Browse repository at this point
[docs] Add more details about PR conventions. NFC (#20253)
sbc100
authored
1618aa6
View commit details
Copy full SHA for 1618aa6
Browse repository at this point
Fix formatting in websocket_to_posix_proxy. NFC (#20255)
sbc100
authored
ad71430
View commit details
Copy full SHA for ad71430
Browse repository at this point
Switch to Chrome Unstable with new Headless mode (#20069)
Show description for a5e0710
kripken
authored
a5e0710
View commit details
Copy full SHA for a5e0710
Browse repository at this point
Commits on Sep 13, 2023
Ensure all core embind tests can run with closure. NFC (#20240)
Show description for c65a321
sbc100
authored
c65a321
View commit details
Copy full SHA for c65a321
Browse repository at this point
[ports] build libicu_io when -sUSE_ICU=1 (#20181)
PikachuHy
authored
c6a1b76
View commit details
Copy full SHA for c6a1b76
Browse repository at this point
Commits on Sep 12, 2023
embind: Support strings for names of FunctionDefinitions for TS generation. (#20136)
Show description for 4391048
brendandahl
authored
4391048
View commit details
Copy full SHA for 4391048
Browse repository at this point
Optimise handleAsync for JSPI (#20236)
Show description for 789d45d
RReverser
authored
789d45d
View commit details
Copy full SHA for 789d45d
Browse repository at this point
[test] Simplify test_i64_val. NFC (#20239)
Show description for a7427d8
sbc100
authored
a7427d8
View commit details
Copy full SHA for a7427d8
Browse repository at this point
Rename the `exports` variable in preamble.js to `instExports` (#20231)
Show description for 143249e
KeatonTech
authored
143249e
View commit details
Copy full SHA for 143249e
Browse repository at this point
Exclude async JS library funcs from the regexp (#20232)
RReverser
authored
dd4777b
View commit details
Copy full SHA for dd4777b
Browse repository at this point
[embind] Fix closure warning about emval_registeredMethods (#20237)
Show description for 0086c50
sbc100
authored
0086c50
View commit details
Copy full SHA for 0086c50
Browse repository at this point
Suppress embind closure compiler warnings (#20166)
jiulongw
authored
594d27d
View commit details
Copy full SHA for 594d27d
Browse repository at this point
Update emrun for Android: (#20228)
Show description for 453e83a
juj
authored
453e83a
View commit details
Copy full SHA for 453e83a
Browse repository at this point
Commits on Sep 11, 2023
Fix JS strict mode error in shell_minimal.js (#20226)
steveanton
authored
dec7f7d
View commit details
Copy full SHA for dec7f7d
Browse repository at this point
Bump binaryen to 115 (#20229)
kripken
authored
526d14d
View commit details
Copy full SHA for 526d14d
Browse repository at this point
removeFunction: Clear the slot so it doesn't keep things alive (#20213)
unilynx
authored
a754738
View commit details
Copy full SHA for a754738
Browse repository at this point
Simplify Asyncify runtime pattern matching (#20216)
RReverser
authored
e4f78e7
View commit details
Copy full SHA for e4f78e7
Browse repository at this point
Previous
Next
You can’t perform that action at this time.