-
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
46 Pull requests merged by 9 people
-
[Docs] Fix typo in Interacting-with-code.rst
#24381 merged
May 20, 2025 -
Restore test_dyncall_pointers_legacy test. NFC
#24379 merged
May 20, 2025 -
Update / clarify docs for JS library usage
#24380 merged
May 20, 2025 -
Set MIN_x_VERSION as unsupported when not targeting ENVIRONMENT
#24376 merged
May 20, 2025 -
[MODULARIZE=instance] Enable ABORT_ON_WASM_EXCEPTIONS. NFC
#24373 merged
May 20, 2025 -
Allow externally hosted contrib ports
#24303 merged
May 20, 2025 -
Revert "Unify legacy dyncall mechanisms"
#24378 merged
May 20, 2025 -
Convert
getUniqueRunDependency
to library function. NFC#24372 merged
May 20, 2025 -
[ASYNCIFY] Add some assertions. NFC
#24332 merged
May 20, 2025 -
Unify legacy dyncall mechanisms
#24371 merged
May 20, 2025 -
Only include
nodePath
when needed#24369 merged
May 19, 2025 -
Use AsciiToString in Embind. NFC
#24355 merged
May 19, 2025 -
Fix crash in getifaddrs
#24364 merged
May 19, 2025 -
Allow dollar sign in export names
#24367 merged
May 19, 2025 -
Mark 4.0.9 as released
#24366 merged
May 19, 2025 -
Use fromCodePoint / codePointAt APIs
#24356 merged
May 19, 2025 -
Make withStackSave not internal
#24277 merged
May 18, 2025 -
Fix test suite name added in #24288
#24360 merged
May 17, 2025 -
Fix missing parenthesis
#24358 merged
May 17, 2025 -
Minor acorn-optimizer simplifications. NFC
#24348 merged
May 16, 2025 -
[esm-integration] Add a new core test mode and fix or disable all tests
#24288 merged
May 16, 2025 -
Fix UTF16ToString in TEXTDECODER=2 and MAXIMUM_MEMORY>=2GB
#24335 merged
May 16, 2025 -
acorn-optimizer: improve for-var elimination
#24353 merged
May 16, 2025 -
Simplify GROWABLE_HEAP transform
#24295 merged
May 16, 2025 -
acorn-optimizer: empty out removed expressions
#24352 merged
May 16, 2025 -
[MODULARIZE=instance] Mark MINIMAL_RUNTIME as not supported
#24344 merged
May 16, 2025 -
Unify Node detection code
#24354 merged
May 16, 2025 -
Tweak condition for TEXTDECODER=2 default
#24349 merged
May 16, 2025 -
Disable test_async_hello_v8 in MODULIZE=instance mode. NFC
#24351 merged
May 16, 2025 -
Pass -Wno-character-conversion to gtest build
#24350 merged
May 16, 2025 -
[MODULARIZE=instance] Allow incoming wasmMemory
#24343 merged
May 15, 2025 -
[CI] Limit number of core uses in test-node-compat runner
#24342 merged
May 15, 2025 -
[MODULARIZE=instance] Mark ASYNCIFY_LAZY_LOAD_CODE as not supported. NFC
#24341 merged
May 15, 2025 -
[MODULARIZE=instance] Mark -sDYNCALLS as not supported. NFC
#24340 merged
May 15, 2025 -
Simplify internal
isPointerType
helper. NFC#24339 merged
May 15, 2025 -
[MODULARIZE=instance] Enable direct running of output under v8
#24337 merged
May 15, 2025 -
[MODULARIZE=instance] Mark file packager as incompatible for now.
#24338 merged
May 15, 2025 -
Fix ENVIRONMENT_MAY_BE* check in settings
#24334 merged
May 15, 2025 -
[MODULARIZE=instance] Mark ABORT_ON_WASM_EXCEPTIONS is not supported. NFC
#24331 merged
May 15, 2025 -
[dylink] Use multiple argument in calls to dbg(). NFC
#24327 merged
May 15, 2025 -
Re-enable disabled parts of test_dlmalloc. NFC
#24330 merged
May 15, 2025 -
[MODULARIZE=instance] Ensure init function is only called once
#24329 merged
May 14, 2025 -
[MODULARIZE=instance] Allow Module argument in
--pre-js
code.#24328 merged
May 14, 2025 -
[MODULARIZE=instance] Document lack of global
Module
object#24326 merged
May 14, 2025 -
[esm-integration] Allow modules to be runnable even without
main
#24321 merged
May 14, 2025 -
[jspi] Fix returning pointers from async dyncalls.
#24316 merged
May 13, 2025
8 Pull requests opened by 5 people
-
[embind] Initialize embind on workers after main thread ctors.
#24322 opened
May 13, 2025 -
Honor Nodejs environment variables
#24336 opened
May 15, 2025 -
Update libcxx and libcxxabi to LLVM 20.1.4
#24346 opened
May 16, 2025 -
Update compiler-rt to LLVM 20.1.4
#24357 opened
May 17, 2025 -
Don't check exports for being valid C/C++ identifiers in side modules
#24359 opened
May 17, 2025 -
[esm-integration] Enable DYNCALLS
#24374 opened
May 20, 2025 -
[ASYNCIFY] Avoid dependency on the names of exports
#24382 opened
May 20, 2025 -
Mark ASYNCIFY_LAZY_LOAD_CODE as deprecated
#24383 opened
May 20, 2025
15 Issues closed by 12 people
-
MIN_XXX_VERSION should take ENVIRONMENT into account
#20561 closed
May 20, 2025 -
Implement a different syntax for contrib ports
#24260 closed
May 20, 2025 -
Deduplicate object files in the linker?
#24375 closed
May 20, 2025 -
Strategy for Testing SharedArrayBuffer in Wasm for Memory Leak Detection
#24245 closed
May 20, 2025 -
Exception if the entry script has non-Ascii characters
#24020 closed
May 19, 2025 -
Cannot export wasm names with $ sign
#24363 closed
May 19, 2025 -
WebGPU (also emdawnwebgpu) missing Anisotropic filtering - fix
#24362 closed
May 19, 2025 -
undefined exported symbol: "withStackSave" in EXPORTED_RUNTIME_METHODS
#24275 closed
May 18, 2025 -
JSPI Uncaught SuspendError: trying to suspend without WebAssembly.promising
#24302 closed
May 17, 2025 -
How to implement relocation of return values
#24347 closed
May 17, 2025 -
Embind raw pointers
#12818 closed
May 14, 2025 -
How to create value_object binding with optional fields?
#6226 closed
May 14, 2025 -
unexpected behavior using va_list in memory64
#24284 closed
May 14, 2025 -
Compiled code and handmade WASM interop
#24157 closed
May 14, 2025 -
JSPI: Unable to return emscripten::val from an embind function when CAN_ADDRESS_2GB is true
#24307 closed
May 13, 2025
9 Issues opened by 9 people
-
wasmfs_create_opfs_backend() hangs on low end devices
#24370 opened
May 19, 2025 -
Should we run eslint (or similar) our the generated JS code
#24368 opened
May 19, 2025 -
How to run clang analyzer with emscripten?
#24365 opened
May 19, 2025 -
pkgconf/pkg-config, emmake and --use-port=
#24361 opened
May 18, 2025 -
[Docs] Add wasmBinary to API Reference of Module Object
#24345 opened
May 16, 2025 -
v4.0.8 doesn't compile on gcc 15
#24333 opened
May 15, 2025 -
Argument replaced with default in function call when switching from emscripten 4.0.1 to latter versions
#24325 opened
May 14, 2025 -
Embind: `enums` are not serializable. Couldn't the implementation be simplified ?
#24324 opened
May 14, 2025 -
embind __embind_register_std_string error when memory64
#24323 opened
May 14, 2025
8 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.
-
Fix `sendmsg()` implementation
#24187 commented on
May 19, 2025 • 1 new comment -
Embind & `std::bind`
#24290 commented on
May 15, 2025 • 0 new comments -
async calls from a web worker leads to incorrect and duplicate responses
#7466 commented on
May 16, 2025 • 0 new comments -
[WasmFS+OPFS] Unspecified file size limit
#21335 commented on
May 18, 2025 • 0 new comments -
emscripten_fetch returns id 0 if not used with EMSCRIPTEN_FETCH_REPLACE
#23124 commented on
May 20, 2025 • 0 new comments -
Fix late-binding symbols with JSPI
#23619 commented on
May 18, 2025 • 0 new comments -
Cleanup the emscripten tests relating to the event loop. NFC
#23760 commented on
May 15, 2025 • 0 new comments -
Deprecate -sUSE_WEBGPU in favor of Dawn's emdawnwebgpu
#24220 commented on
May 20, 2025 • 0 new comments