emscripten
emscripten copied to clipboard
Emscripten: An LLVM-to-WebAssembly Compiler
Please include the following in your bug report: **Version of emscripten/emsdk:** `emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.65-git (08f5c0f33adec9630cb21f5a3267e0df12d56ff4) clang version 20.0.0git (https:/github.com/llvm/llvm-project 979abf142f606bf43a5500e59d72f1286a7180c7) Target: wasm32-unknown-emscripten Thread...
Currently, users generating TypeScript declarations as part of compilation always get a file where the wasm module's main type is named `MainModule`. One consequence of this is that users generating...
addressing https://github.com/emscripten-core/emscripten/pull/21857#issuecomment-2272181506
### Emscripten Version 3.1.64 ### FFmpeg Version Tag release/7.0 ### Build Command ``` echo "Beginning Build:" rm -r ffmpeg mkdir -p ffmpeg cd ../ffmpeg make clean emconfigure ./configure --cc="emcc" --cxx="em++"...
Please include the following in your bug report: **Version of emscripten/emsdk:** emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.64 (a1fe3902bf73a3802eae0357d273d0e37ea79898) clang version 19.0.0git (https:/github.com/llvm/llvm-project 4d8e42ea6a89c73f90941fd1b6e899912e31dd34) Target: wasm32-unknown-emscripten Thread...
Such paths should be rejected by open / stat / realpath but we were silently ignoring the tailing slashed. Fixes: #22335
These both basically serve the same purpose and the former was mostly empty already.
Hello, It seems like Big Endian machines are not able to use emscripten, as assertions are added in this commit: https://github.com/emscripten-core/emscripten/commit/f178541b91624d0f9d02da8fc9884b38684f3d39 ``` Runtime error: expected the system to be little-endian!...
This setting has been causing some problems (see #22188) so I think we should just remove it. My understanding is that most users of emscripten use it to generate JS...
Remove the use of --collapse-inline-tag-whitespace pass, which results in too eager whitespace minification on minified HTML pages. Fixes https://github.com/emscripten-core/emscripten/issues/22188. See also https://github.com/terser/html-minifier-terser/issues/179.