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

So, ever since https://github.com/webgpu-native/webgpu-headers/pull/203, the SwapChain API was merged with the Surface API. I want to use WebGPU for my project and was wondering if anyone is working on making...

webgpu

All the return polices now also work with `property` bindings. Using `return_value_policy::reference()` is especially helpful for binding child objects of a class so they don't always create copies and potentially...

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3. Release notes Sourced from ossf/scorecard-action's releases. v2.3.3 [!NOTE] There is no v2.3.2 release as a step was skipped in the release process. This was...

dependencies

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.5. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...

dependencies

**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'm trying to preload some files (in a pre-js...

**Feature Request: Integration of the WebTransport API into Emscripten** **Overview:** WebTransport, a new HTTP/3 web standard, is already accessible in modern browsers such as Chrome, Edge, and Firefox (see compatibility...

**Version of emscripten/emsdk:** 3.1.57 The [WordPress Playground project](https://github.com/WordPress/wordpress-playground) uses Emscripten to compile the PHP runtime as Wasm, and it uses those builds to run PHP in the browser and on...

Please check https://issues.chromium.org/issues/42241081 for more information and progress. webgpu-headers PR: https://github.com/webgpu-native/webgpu-headers/pull/288. @kainino0x @austinEng

* I ask for your help with this problem, * In Win 10 CMD , we run "emcc -v": ``` D:\2Webassembly\Cinewaresdk\em22222\examples>emcc -v emcc (Emscripten gcc/clang-like replacement + linker emulating GNU...

Please include the following in your bug report: **Version of emscripten/emsdk:** emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.28 (f11d6196dd4e8748a726f19895c859b40ff6a4f3) clang version 16.0.0 (https://github.com/llvm/llvm-project ea4be70cea8509520db8638bb17bcd7b5d8d60ac) Target: wasm32-unknown-emscripten Thread...

webgpu