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

After #19093 any `async function () { }` in JS libraries is marked for Asyncify transform. It's a bit hard to describe why, but I don't think this is correct:...

If I use emcmake, `CMAKE_PREFIX_PATH` breaks. For example, the following CMake file: ```cmake cmake_minimum_required(VERSION 3.15...3.26) project(CMCheck LANGUAGES CXX) list(APPEND CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}/pre") find_package(CheckMe CONFIG REQUIRED) ``` And the following file in...

I've created a repo with code that reproduces the issue I'm having: [https://github.com/cggallant/emscripten-sample-code-for-ticket/tree/main/dynamicLibraries](https://github.com/cggallant/emscripten-sample-code-for-ticket/tree/main/dynamicLibraries) I have a main module _(core.wasm in this case)_ that is built with the `Modularize=1` flag so...

emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.47 (431685f05c67f0424c11473cc16798b9587bb536) The following command ``` em++ -sALLOW_MEMORY_GROWTH=1 -sUSE_WEBGPU=1 -sMAXIMUM_MEMORY=4gb test.cpp ``` generates `a.out.js` as normal. But if we look into...

webgpu

audioWorklets with Open Frameworks work really well, as long as I do not use ofxOfelia as an addon: https://github.com/cuinjune/Ofelia If I use it with `USE_PTHREADS`, I get error messages like...

**Version of emscripten/emsdk:** 3.1.54 It seems like after a certain point, the memory profiler begins to report allocated memory as "free," despite not actually showing that data as free in...

Please include the following in your bug report: **Version of emscripten/emsdk:** > emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.56 (cf90417346b78455089e64eb909d71d091ecc055) clang version 19.0.0git (https:/github.com/llvm/llvm-project 34ba90745fa55777436a2429a51a3799c83c6d4c) Target: wasm32-unknown-emscripten...

Hi, I am trying to compile the simple program below which works fine with gcc but does not work with emcc. The objective is to input a password with no...

Hi, I used websoket.I can't build a webgl program in unity2021.3.6, it reports an error. There is no such error in unity2020. Building Library\Bee\artifacts\WebGL\build\debug_WebGL_wasm\build.js failed with output: error: undefined symbol:...