emscripten icon indicating copy to clipboard operation
emscripten copied to clipboard

Emscripten: An LLVM-to-WebAssembly Compiler

Results 375 emscripten issues
Sort by recently updated
recently updated
newest added

Add new setting -sIDBFS_AUTO_PERSIST which changes the semantics of an IndedexDB mount to automatically persist the VFS to IndexedDB after closing any file that has been written to. This enables...

FIX https://github.com/emscripten-core/emscripten/issues/21745

To illustrate the problem with scanf I prepared simple demo at https://ihip.github.io/WASM/scanf/scanf.html Prompt loops forever so one has to click button Cancel (both on Chrome and Firefox) or check box...

help wanted

Is it still possible to compile to ASM.js and if so what options do i need to use? I have tried to use WASM=0 but asm.js isnt outputted.

**Version of emscripten/emsdk:** ``` emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.59 (0e4c5994eb5b8defd38367a416d0703fd506ad81) clang version 19.0.0git (https:/github.com/llvm/llvm-project df762a1643bb5b0b3c907611d118c82d4b68a39d) ``` I've found a randomly occurring bug. I uploaded a...

I love the new inline worker change, but now we can't never use a 3rd-party CDN to serve those files again, because Worker construction requires the file to be in...

This fixes the problem reported under issue https://github.com/emscripten-core/emscripten/issues/14745. The previous two PRs were never completed: https://github.com/emscripten-core/emscripten/pull/15651 https://github.com/emscripten-core/emscripten/pull/14795 Those developers are no longer involved with the project this issue is blocking...

This is an enhancement request. I think this setting would reduce unnecessary JS code and complexity in the output that's left unused when `locateFile` is defined on the Module. Perhaps...

I am creating a figma plugin and want to run the wasm file during the figma frame export. But I am not able to run the .wasm file and getting...