-
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
119 Pull requests merged by 19 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 -
Update libunwind to LLVM 20.1.4
#24251 merged
May 6, 2025 -
Remove
emval_init
. NFC#24262 merged
May 6, 2025 -
[embind] Do not export InternalError and BindingError by default.
#24259 merged
May 5, 2025 -
Use normal unquoted names in wasm worker messages. NFC
#24232 merged
May 5, 2025 -
Remove
abort
from__syscall_unlinkat
#24258 merged
May 5, 2025 -
Remove no-op branch from acorn-optimizer. NFC
#24256 merged
May 5, 2025 -
[embind] Allow pointers for properties with a getter and setter function.
#24239 merged
May 5, 2025 -
Fix error message about exceptions.
#24248 merged
May 2, 2025 -
Fix flaky browser.test_sdl_mouse in Chrome.
#24237 merged
May 2, 2025 -
[embind] Add pointer policies for creating val objects.
#24175 merged
May 2, 2025 -
Build libSDL with -fwrapv-pointer
#24243 merged
May 2, 2025 -
Docs: Fix typo in flag
wasm-exceptions
#24238 merged
May 1, 2025 -
Use getWasmTableEntry helper in audio_worklet.js. NFC
#24231 merged
May 1, 2025 -
[AUDIO_WORKLET] Use meaningful/unquoted properties messages. NFC
#24229 merged
May 1, 2025 -
[docs] Add documentation of modularization options.
#24228 merged
May 1, 2025 -
Mark 4.0.8 as released
#24230 merged
Apr 30, 2025 -
[cmake] Simplify EMSCRIPTEN_FORCE_COMPILERS code in Emscripten.cmake. NFC
#24224 merged
Apr 30, 2025 -
[cmake] Re-enable EMSCRIPTEN_FORCE_COMPILERS by default
#24223 merged
Apr 30, 2025 -
Support
formats
option in sdl2 mixer#24158 merged
Apr 30, 2025 -
[WASM_WORKERS] Add err/out/dbg overrides like pthreads
#24210 merged
Apr 29, 2025 -
Mention AUDIO_WORKLET inlining in ChangeLog. NFC
#24219 merged
Apr 29, 2025 -
[AUDIO_WORKLET] Inline
.aw.js
file into the main output.js
file#24190 merged
Apr 29, 2025 -
Skip wasm worker tests in sanitizer configurations. NFC
#24218 merged
Apr 29, 2025 -
Reduce
hello_wasm_worker.c
testing intest_other.py
#24217 merged
Apr 29, 2025 -
Fix manual triggering in test_audioworklet_emscripten_locks
#24212 merged
Apr 29, 2025 -
Enable ruff C4 checks. NFC
#24209 merged
Apr 29, 2025 -
[embind] Initialize embind on wasm workers.
#24191 merged
Apr 29, 2025 -
[ci] Enable
capture_stdio
when retrying browser tests. NFC#24207 merged
Apr 29, 2025 -
Add some debugging to audioworklet_emscripten_locks.c. NFC
#24203 merged
Apr 29, 2025 -
Enable ruff COM rule and fix resulting warnings. NFC
#24208 merged
Apr 28, 2025 -
[ci] Re-disabled sounds tests under firefox
#24206 merged
Apr 28, 2025 -
Enable UP ruff checks and fix resulting warnings. NFC
#24198 merged
Apr 28, 2025 -
[test] Allow enabling stdio logging using
EMTEST_CAPTURE_STDIO
. NFC#24204 merged
Apr 28, 2025 -
Fix = vs == typos in test assertions. NFC
#24194 merged
Apr 28, 2025 -
Add a codesize test for AUDIO_WORKLET. NFC
#24197 merged
Apr 28, 2025 -
Allow setting of CLOSURE_ARGS in ports
#24192 merged
Apr 28, 2025 -
Add support for getentropy in d8
#24185 merged
Apr 25, 2025 -
[WASM_WORKERS] Inline
.ww.js
file into the main output.js
file#24163 merged
Apr 25, 2025 -
[ci] Run small set of chrome tests without waiting for build-linux. NFC
#24186 merged
Apr 24, 2025 -
Add some test coverage of of MODULARIZE + WASM_WORKERS + closure under node. NFC
#24183 merged
Apr 24, 2025 -
Extend embuilder deferred building mode to ports
#23924 merged
Apr 24, 2025 -
[test] Use
POST
when reporting stdout/stderr in browser tests#24179 merged
Apr 24, 2025 -
[test] Improve stdout/stderr capturing for browser tests. NFC
#24174 merged
Apr 23, 2025 -
Improve assertions in
test_sdl_mouse
. NFC#24178 merged
Apr 23, 2025 -
Add assertion SDL_SetVideoMode. NFC
#24177 merged
Apr 23, 2025 -
Fix for WASM_WORKERS + node + MINIMAL_RUNTIME
#24172 merged
Apr 23, 2025 -
Revert deprecation of EMULATE_FUNCTION_POINTER_CASTS
#24169 merged
Apr 23, 2025 -
Disallow -sWASM_WORKERS with sanitizers
#24171 merged
Apr 23, 2025 -
Fix pthread dbg wrapper when passed object
#24170 merged
Apr 22, 2025 -
Add experimental support for the proposed JS base64 API
#24168 merged
Apr 22, 2025 -
Simplify AUDIO_WORKLET checks. NFC
#24164 merged
Apr 22, 2025 -
Error out on missing EXPORTED_RUNTIME_METHODS.
#24104 merged
Apr 21, 2025 -
Set _LIBCPP_HARDENING_MODE_DEFAULT instead of _LIBCPP_HARDENING_MODE
#24151 merged
Apr 21, 2025 -
Mark certain JS library functions as
__noleakcheck
#24146 merged
Apr 21, 2025 -
Revert "Ignore EXPORT_NAME in EXPORT_ES6 mode. NFC"
#24149 merged
Apr 19, 2025 -
Ignore EXPORT_NAME in EXPORT_ES6 mode. NFC
#24138 merged
Apr 18, 2025 -
Use
shlex.join
. NFC#24111 merged
Apr 18, 2025 -
Remove unnecessary
.then
from test_modularize_incoming#24139 merged
Apr 18, 2025 -
Fix UB in fcntl.c
#24140 merged
Apr 18, 2025 -
Use library aliases for FS_<symbol> functions.
#24116 merged
Apr 17, 2025 -
Simplify
_scriptName
/scriptDirectory
handling. NFC#24023 merged
Apr 17, 2025 -
Avoid redundantly specifying opt level in ports
#24134 merged
Apr 17, 2025 -
Move jstoi_s to liblegacy.js
#24132 merged
Apr 17, 2025 -
Remove old invalid-input warning. NFC
#24133 merged
Apr 17, 2025 -
Warn about unknown entries in INCOMING_MODULE_JS_API
#24131 merged
Apr 17, 2025 -
[esm-integration] Enable imported memory
#24130 merged
Apr 16, 2025 -
Add bullet to embuilder MINIMAL set
#24129 merged
Apr 16, 2025 -
[test] Simplify esm integration tests
#24127 merged
Apr 16, 2025 -
Fix bullet wasm64 build
#24125 merged
Apr 16, 2025 -
Add
--help
flag to file_packager.py#24117 merged
Apr 16, 2025 -
[libembind_gen.js] Add missing dependency. NFC
#24124 merged
Apr 16, 2025 -
Respect runtime paths when loading shared libraries
#23872 merged
Apr 16, 2025 -
Simplify test_stdin. NFC
#24114 merged
Apr 16, 2025 -
[WebGL] blitOffscreenFramebuffer: handle already-deleted program
#23980 merged
Apr 16, 2025 -
Add support for passing a response file to
file_packager
#24107 merged
Apr 16, 2025 -
[test] Add @esm_integration decorator. NFC
#24115 merged
Apr 16, 2025 -
[esm-integration] Enable direct execution of modules under node
#24112 merged
Apr 15, 2025 -
Mark 4.0.7 as released
#24113 merged
Apr 15, 2025 -
[wasm-esm-integration] Fix EMSCRIPETEN_KEEPALIVE
#24108 merged
Apr 15, 2025 -
Remove unused argument from create_repsonse_file. NFC
#24110 merged
Apr 15, 2025 -
Make sure postRun is called after main() if main suspends
#24089 merged
Apr 15, 2025 -
Allow __indirect_function_table to be DCE'd
#24103 merged
Apr 15, 2025 -
Fix unexported symbol check for library symbols exported with EXPORTED_FUNCTIONS
#24091 merged
Apr 15, 2025 -
Automatic rebaseline of codesize expectations. NFC
#24102 merged
Apr 14, 2025 -
Implement getrlimit(RLIMIT_STACK)
#24054 merged
Apr 14, 2025 -
Automatic rebaseline of codesize expectations. NFC
#24100 merged
Apr 14, 2025
31 Pull requests opened by 14 people
-
Fix progress reporting for compressed downloads in fetchRemotePackage
#24144 opened
Apr 18, 2025 -
Improve browser reftest reporting. NFC
#24147 opened
Apr 18, 2025 -
Add support for -fcoverage-mapping support
#24160 opened
Apr 21, 2025 -
Fix late-binding symbols with JSPI (implementation 2)
#24161 opened
Apr 21, 2025 -
Remove MAYBE_WASM2JS settings
#24176 opened
Apr 23, 2025 -
Enable browser test stdio logging by default. NFC
#24180 opened
Apr 23, 2025 -
Fix `sendmsg()` implementation
#24187 opened
Apr 25, 2025 -
Use suppress {duplicate} for os closure declaration, NFC
#24199 opened
Apr 28, 2025 -
Deprecate -sUSE_WEBGPU in favor of Dawn's emdawnwebgpu
#24220 opened
Apr 30, 2025 -
[ci] Move docs building to github actions. NFC
#24226 opened
Apr 30, 2025 -
[WASMFS] Workaround for missing directory rename in OPFS
#24227 opened
Apr 30, 2025 -
[dylink] Fix rpath calculation in nested dependencies
#24234 opened
May 1, 2025 -
[deps]: Bump the production-dependencies group with 3 updates
#24240 opened
May 1, 2025 -
[deps]: Bump the development-dependencies group with 7 updates
#24241 opened
May 1, 2025 -
[deps]: Bump github/codeql-action from 3.28.15 to 3.28.16
#24242 opened
May 1, 2025 -
Implement `open`/`stat`/`mkdir`/`symlink` for standalone WASI mode
#24246 opened
May 2, 2025 -
Add CWD handling to standalone WASI mode, and some related syscalls
#24247 opened
May 2, 2025 -
Enable ubsan versions of system libraries
#24264 opened
May 6, 2025 -
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
54 Issues closed by 19 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 -
Hundreds of webgpu compilation errors with mediapipe sources...
#24253 closed
May 5, 2025 -
Embind fails to bind a pointer property with getter & setter
#24225 closed
May 5, 2025 -
Unable to open wasm larger than 512MB
#24216 closed
May 1, 2025 -
CMake Linker failure under Arch Linux x64 with newest Emscripten
#23944 closed
Apr 30, 2025 -
Support for C++23's `import std;`
#24221 closed
Apr 30, 2025 -
Doubt regarding constructor usage through embind
#24200 closed
Apr 30, 2025 -
Scanning C++ Modules fails
#21860 closed
Apr 30, 2025 -
Can not call worker at same
#24222 closed
Apr 30, 2025 -
NODEFS not compatible with Deno when used through Pyodide
#21673 closed
Apr 30, 2025 -
Expose Embindings in wasm worker
#24189 closed
Apr 29, 2025 -
closure-compiler seems to delete static getter fields
#24202 closed
Apr 28, 2025 -
Add support for --closure-args in ports
#24109 closed
Apr 28, 2025 -
[spam]
#24181 closed
Apr 24, 2025 -
cross-pthread creation and destruction of WebGPU objects
#19645 closed
Apr 24, 2025 -
webgpu Textureview gets destroyed before Queue.Submit in pthreads
#20839 closed
Apr 24, 2025 -
wgpuCommandEncoderBeginRenderPass failing because WebGPU.mgrTextureView.objects is empty
#20476 closed
Apr 24, 2025 -
Canvas size is not set correctly with WebGPU usage. Fullscreen does not work.
#17522 closed
Apr 24, 2025 -
WebGPU: Add a preinitializedWebGPUAdapter and emscripten_get_webgpu_adapter()
#21073 closed
Apr 24, 2025 -
How to use requestAnimationFrame in place of wgpuInstanceProcessEvents
#22343 closed
Apr 24, 2025 -
[WebGPU] device.importExternalTexture and queue.copyExternalImageToTexture are missing
#18190 closed
Apr 24, 2025 -
Can we remove EMULATE_FUNCTION_POINTER_CASTS?
#23952 closed
Apr 23, 2025 -
sleep_for and sleep_until can vary widely in how accurate they are
#24094 closed
Apr 22, 2025 -
"Uncaught (in promise) unwind" error from wgpuInstanceWaitAny for wgpuBufferMapAsync future
#24154 closed
Apr 21, 2025 -
dlmalloc uses `__builtin_unreachable()` incorrectly.
#24155 closed
Apr 21, 2025 -
How to customize the loading location after removing USE_ES6_IMPORT_META
#24145 closed
Apr 21, 2025 -
Allow libc++ hardening
#24137 closed
Apr 21, 2025 -
glGetString fails in worker
#24126 closed
Apr 18, 2025 -
`std::filesystem::remove_all` crashes with segmentation fault using MEMORY64 -flto SAFE_HEAP
#24098 closed
Apr 18, 2025 -
Linker error when enabling `WASM_WORKERS`
#24136 closed
Apr 17, 2025 -
Unable to build emcache using `--wasm64`
#24119 closed
Apr 16, 2025 -
Emscripten errors on `emcc -lembind --emit-tsd` on *.cpp file with no classes
#24120 closed
Apr 16, 2025 -
EMSCRIPTEN_KEEPALIVE not working with -sWASM_ESM_INTEGRATION
#24083 closed
Apr 15, 2025 -
glClipControl doesn't compile
#24105 closed
Apr 15, 2025 -
Dwarf debug contains wrong path to emsdk when using ports
#24101 closed
Apr 15, 2025 -
Asyncify and postRun()
#12402 closed
Apr 15, 2025 -
WEBGPU: unexpected right shift when use ALLOW_MEMORY_GROWTH and MAXIMUM_MEMORY
#20538 closed
Apr 14, 2025 -
library_webgpu.js: the setBindGroup shim can be simplified.
#20280 closed
Apr 14, 2025 -
[WebGPU] undefined symbol: wgpuGetProcAddress
#11526 closed
Apr 14, 2025 -
WebGPU: improve code style in library_webgpu.js
#22496 closed
Apr 14, 2025 -
library_webgpu.js shim doesn't seem to support closure pass
#20415 closed
Apr 14, 2025 -
Enabling WASM workers breaks WebGPU writeTexture on Firefox
#23149 closed
Apr 14, 2025 -
[WebGPU] Incorrect LoadOp handling after recent WebGPU header update
#16471 closed
Apr 14, 2025 -
WebGPU: Missing enumeration(s) in WGPUBlendFactor compared to Dawn
#21552 closed
Apr 14, 2025 -
Webgpu wgpu::Texture::GetFormat is broken
#18962 closed
Apr 14, 2025 -
AVX emulation uses distinct types for unaligned vector types
#24095 closed
Apr 14, 2025
37 Issues opened by 28 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 -
Update docs and code to describe -sMAIN_MODULE + pthreads as stable
#24263 opened
May 5, 2025 -
Should we build UBSAN versions of our system libraries?
#24261 opened
May 5, 2025 -
Implement a different syntax for contrib ports
#24260 opened
May 5, 2025 -
sDEMANGLE_SUPPORT=1 no longer supported
#24252 opened
May 5, 2025 -
Multithreaded Callbacks
#24249 opened
May 3, 2025 -
Strategy for Testing SharedArrayBuffer in Wasm for Memory Leak Detection
#24245 opened
May 2, 2025 -
Improve browser test shell
#24236 opened
May 1, 2025 -
Can audio worklets pre-emptively interact with the main thread?
#24213 opened
Apr 29, 2025 -
Allow users to pass null as an optional argument
#24211 opened
Apr 29, 2025 -
Audio tests are flaky under firefox headless in CI
#24205 opened
Apr 28, 2025 -
Bad assert statements in test_sdl_set_clip_rect.c
#24201 opened
Apr 28, 2025 -
CMake shared libraries error: `shared library dependency not found in library path`
#24195 opened
Apr 28, 2025 -
`ABORTING_MALLOC=1` do not work with `ALLOW_MEMORY_GROWTH=1` and `MAXIMUM_MEMORY=4GB`
#24193 opened
Apr 27, 2025 -
WASM=0 + MODULARIZE + WASM_WORKERS does not work
#24184 opened
Apr 24, 2025 -
Update LLVM libraries to version 20
#24182 opened
Apr 24, 2025 -
Should I worry about copying the compiled WASM by someone?
#24173 opened
Apr 23, 2025 -
Warning: _Unwind_RaiseException is not correctly implemented
#24165 opened
Apr 22, 2025 -
Dynamic linking compilation crashes with -g
#24166 opened
Apr 22, 2025 -
wasmfs opfs rename directory fails with busy
#24162 opened
Apr 21, 2025 -
Compiled code and handmade WASM interop
#24157 opened
Apr 21, 2025 -
`glNormal3f` only works in immediate mode
#24153 opened
Apr 20, 2025 -
drawArrays buffer error on compiled opengl code
#24152 opened
Apr 19, 2025 -
AudioWorklet can't initialize when mainScriptUrlOrBlob is a blob
#24148 opened
Apr 18, 2025 -
"LLVM ERROR: LEB is outside Varint32 range" when dealing with large complex<double> array
#24142 opened
Apr 17, 2025 -
getcwd returns incorrect answer using OPFS with WASMFS
#24141 opened
Apr 17, 2025 -
EMSCRIPTEN_BINDINGS and classes
#24128 opened
Apr 16, 2025 -
WASMFS does not handle symlinks???
#24123 opened
Apr 16, 2025 -
SDL2: SDL_CreateWindow(..., SDL_WINDOW_OPENGL) fails in a side module when using pyodide
#24106 opened
Apr 15, 2025 -
Registered lose/restored webgl context callbacks never called
#24099 opened
Apr 14, 2025
28 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 late-binding symbols with JSPI
#23619 commented on
Apr 21, 2025 • 13 new comments -
Add MAIN_THREAD_EM_ASM_PROMISE_AWAIT
#23043 commented on
May 2, 2025 • 6 new comments -
Extend standalone support
#18285 commented on
May 2, 2025 • 5 new comments -
Propagate errors through val coroutine hierarchy.
#23653 commented on
May 11, 2025 • 3 new comments -
Improve MainModuleFactory type emitted by create_tsd
#24087 commented on
Apr 14, 2025 • 0 new comments -
Rename some JS libraries to match their native counterparts. NFC
#24069 commented on
Apr 15, 2025 • 0 new comments -
[DRAFT] add wasm-bindgen support
#23493 commented on
Apr 28, 2025 • 0 new comments -
Add initial support -fcoverage-mapping support
#13072 commented on
Apr 15, 2025 • 0 new comments -
wasm-ld: warning: function signature mismatch when compiling with -flto=thin
#10831 commented on
May 7, 2025 • 0 new comments -
Emscripten's webgpu.h is behind the standard and Dawn implementations
#23432 commented on
May 6, 2025 • 0 new comments -
Build mysteriously fails with {"type":"module"} package.json in the parent directory
#17431 commented on
May 5, 2025 • 0 new comments -
Add support for Wasm ESM integration proposal
#24060 commented on
Apr 30, 2025 • 0 new comments -
async calls from a web worker leads to incorrect and duplicate responses
#7466 commented on
Apr 30, 2025 • 0 new comments -
emscripten_request_animation_frame_loop(), emscripten_set_main_loop(), emscripten_set_timeout() etc. are not compatible with JSPI
#22493 commented on
Apr 30, 2025 • 0 new comments -
[Feature request] [Discussion] Document/legalize Embind support for custom marshalling
#9022 commented on
Apr 29, 2025 • 0 new comments -
Warn in docs that Chrome doesn't cache large .data and .wasm files
#12212 commented on
Apr 28, 2025 • 0 new comments -
scanf prompt loops forever
#9183 commented on
Apr 25, 2025 • 0 new comments -
WasmFS Documentation
#15949 commented on
Apr 25, 2025 • 0 new comments -
library_sockfs.js can access properties of undefined `dest` (logic flaw)
#23046 commented on
Apr 25, 2025 • 0 new comments -
Allow user to pass integer into embind exported function taking pointer
#21872 commented on
Apr 24, 2025 • 0 new comments -
Why isn't there a `WebGPU.wasm` module or similar?
#15710 commented on
Apr 24, 2025 • 0 new comments -
nanosleep autoconf check hangs forever
#12415 commented on
Apr 23, 2025 • 0 new comments -
Should we support inter-process file locking?
#23697 commented on
Apr 22, 2025 • 0 new comments -
Exception can't be caught with `-sMAIN_MODULE` and `-sEMULATE_FUNCTION_POINTER_CASTS` and give Runtime error
#22285 commented on
Apr 17, 2025 • 0 new comments -
How to use TypeScript declarations for Emscripten
#10271 commented on
Apr 16, 2025 • 0 new comments -
emscons does not change shared library outfile file suffix
#24097 commented on
Apr 14, 2025 • 0 new comments -
AVX 256 functions accepting `__m{128,256}i_u` should accept `__m{128,256}i`
#24076 commented on
Apr 14, 2025 • 0 new comments -
Wrong path for SDL
#24096 commented on
Apr 14, 2025 • 0 new comments