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

New Asyncify (JSPI) mode will require exports to be explicitly marked with ASYNCIFY_EXPORTS. While not required by old Asyncify, I believe it would make for an easier upgrade path if...

Hi, I'm trying to wrap my head around how the enums are exposed with embind. Is there a documentation which provides a basic ".d.ts"-kinda description how is the ""class" structured,...

embind

Why do std::vectors need to be registered in embind and then appear in JS as "vector" types and not as array? This makes them not iterable in for loops or...

embind

It used to work ok, but with newest emscripten, the -s USE_SDL=2 doesnt any longer choose sdl2 version headers. Instead I get sdl1 version headers and thus Event structure writes...

I have a wasm file compiled with `-lopfs.js -sWASMFS -sFORCE_FILESYSTEM` and I'm trying to perform IO operations on a large (4GB) file. The process works properly for smaller files (~150MB,...

`getcwd()`returns empty string for directories that use custom backends. **Version of emscripten/emsdk:** ``` emcc -v emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.25-git (8647224628dfc10dec6e5c6f3621d625a5f16eda) clang version 16.0.0 (https://github.com/llvm/llvm-project...

wasmfs

Emscripten is aware at compile time whether an object file will be used in a dynamic linking context, so we are within our rights to apply that flag in those...

Update documentation on Wasm Workers stack size, and Wasm Workers vs Emscripten Workers API. Addresses #21610.