-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Insights: emscripten-core/emscripten
Overview
Could not load contribution data
Please try again later
32 Pull requests merged by 6 people
-
Simplify ASan JS transform
#24314 merged
May 13, 2025 -
Install SDL2/SDL3 cmake config only when installing the ports
#24306 merged
May 13, 2025 -
Remove test harness support for .js side modules. NFC
#24311 merged
May 12, 2025 -
Remove embedded files from ports. NFC
#24308 merged
May 12, 2025 -
Implement SDL_DisplayFormat
#24299 merged
May 12, 2025 -
Fix "comma at end of enumerator list" warning in C++98 projects
#24301 merged
May 12, 2025 -
[esm-integration] Fix some tests that did't run in strict JS mode
#24297 merged
May 10, 2025 -
Add a core test mode for MODULARIZE=instance
#24298 merged
May 10, 2025 -
Cleanup some test decorators. NFC
#24293 merged
May 10, 2025 -
Minor debugging improvements from esm-integration work. NFC
#24296 merged
May 9, 2025 -
[MODULARIZE=instance] Make output file runnable on node
#24294 merged
May 9, 2025 -
[esm-integration] Fix handling of EM_JS exports
#24292 merged
May 9, 2025 -
Add ChangeLog entries for 64-bit integer changes
#24289 merged
May 9, 2025 -
Make exported __cpp_exception into a global. NFC
#24282 merged
May 9, 2025 -
Fix handling of uint64_t in Embind
#24285 merged
May 9, 2025 -
Avoid exporting __emscripten_embedded_file_data data symbol
#24286 merged
May 8, 2025 -
Support 64-bit integers in acorn passes
#24283 merged
May 8, 2025 -
Remove __inline library decorator.
#23605 merged
May 8, 2025 -
[embind] Export embind exports as ESM exports for MODULARIZE=instance.
#23404 merged
May 7, 2025 -
[esm-integration] Refactor emscript/create_module to share more code. NFC
#24281 merged
May 7, 2025 -
Don't treat internal globals as expected user exports. NFC
#24280 merged
May 7, 2025 -
[esm-integration] Fix syntax error in output at -O2 and above
#24279 merged
May 7, 2025 -
Fix test_utf under minimal runtime
#24278 merged
May 7, 2025 -
Simplify test_utf. NFC
#24274 merged
May 7, 2025 -
[libbrowser.js] Remove non-standard Module exports
#24269 merged
May 7, 2025 -
Fix typo in libdylink.js
#24233 merged
May 7, 2025 -
Use Asyncify shorthands. NFC
#24266 merged
May 7, 2025 -
Fix
computed
checks in acorn-optimizer. NFC#24271 merged
May 7, 2025 -
Change definition of true and false macros to be js friendly
#24255 merged
May 6, 2025 -
Fix broken i53 overflow checks in libsyscall.js. NFC
#24257 merged
May 6, 2025 -
Fix --post-link combined with
-s
flags#24270 merged
May 6, 2025 -
Add typings for explicit resource management
#24196 merged
May 6, 2025
13 Pull requests opened by 6 people
-
Update MINIMAL_RUNTIME instantiate/compileStreaming detection
#24268 opened
May 6, 2025 -
Add EM_JS_MACROS
#24272 opened
May 6, 2025 -
Make withStackSave not internal
#24277 opened
May 7, 2025 -
[WIP] [esm-integration] Add a new core test mode and either fix or disable all tests
#24288 opened
May 9, 2025 -
Simplify and fix SAFE_HEAP
#24291 opened
May 9, 2025 -
Simplify GROWABLE_HEAP transform
#24295 opened
May 9, 2025 -
Add FindSDL for use with CMake
#24300 opened
May 10, 2025 -
Allow for fully external contrib ports
#24303 opened
May 10, 2025 -
Test for incompatible HEAP transforms in acorn-optimizer
#24309 opened
May 12, 2025 -
[esm-integration] Dynamic linking is not implemented for ESM integration
#24310 opened
May 12, 2025 -
Use kw-only parameters in some test functions. NFC
#24313 opened
May 12, 2025 -
[MODULARIZE=instance] Enable dynamic linking
#24315 opened
May 12, 2025 -
[jspi] Fix returning pointers from async dyncalls.
#24316 opened
May 12, 2025
8 Issues closed by 6 people
-
417140579
#24312 closed
May 12, 2025 -
unint64_t is passed through to JS as a signed value instead
#13902 closed
May 9, 2025 -
Embind doesn't handle 64-bit types as expected in wasm64 mode
#20354 closed
May 9, 2025 -
Q: Where to find docs for emscripten_webgpu_import_device et.al ?
#24235 closed
May 8, 2025 -
Can I get high precision timing with EMSDK 4.0.5?
#24267 closed
May 8, 2025 -
emscripten/src/library.js does not exist
#24276 closed
May 7, 2025 -
WASMFS fetch backend should support range queries
#22922 closed
May 6, 2025 -
Post Link for libraries
#24250 closed
May 6, 2025
8 Issues opened by 7 people
-
JSPI: Unable to return emscripten::val from an embind function when CAN_ADDRESS_2GB is true
#24307 opened
May 12, 2025 -
用emscripten编译protobuf-v3.20.1后,链接程序报错
#24305 opened
May 12, 2025 -
JSPI Uncaught SuspendError: trying to suspend without WebAssembly.promising
#24302 opened
May 10, 2025 -
Embind & `std::bind`
#24290 opened
May 9, 2025 -
Implement support for ResizableArrayBuffer/GrowableSharedArrayBuffer integration
#24287 opened
May 8, 2025 -
unexpected behavior using va_list in memory64
#24284 opened
May 8, 2025 -
undefined exported symbol: "withStackSave" in EXPORTED_RUNTIME_METHODS
#24275 opened
May 7, 2025 -
Deprecate and remove -sUSE_WEBGPU
#24265 opened
May 6, 2025
11 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Implement `open`/`stat`/`mkdir`/`symlink` for standalone WASI mode
#24246 commented on
May 12, 2025 • 25 new comments -
Propagate errors through val coroutine hierarchy.
#23653 commented on
May 11, 2025 • 3 new comments -
sDEMANGLE_SUPPORT=1 no longer supported
#24252 commented on
May 6, 2025 • 0 new comments -
Implement a different syntax for contrib ports
#24260 commented on
May 6, 2025 • 0 new comments -
Emscripten's webgpu.h is behind the standard and Dawn implementations
#23432 commented on
May 6, 2025 • 0 new comments -
wasm-ld: warning: function signature mismatch when compiling with -flto=thin
#10831 commented on
May 7, 2025 • 0 new comments -
Multithreaded Callbacks
#24249 commented on
May 9, 2025 • 0 new comments -
Strategy for Testing SharedArrayBuffer in Wasm for Memory Leak Detection
#24245 commented on
May 12, 2025 • 0 new comments -
Enable browser test stdio logging by default. NFC
#24180 commented on
May 6, 2025 • 0 new comments -
Deprecate -sUSE_WEBGPU in favor of Dawn's emdawnwebgpu
#24220 commented on
May 6, 2025 • 0 new comments -
[dylink] Fix rpath calculation in nested dependencies
#24234 commented on
May 7, 2025 • 0 new comments