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

Differences with the new API: - The JS engine now takes care of the suspender, so we don't need to modify the wasm file with binaryen. - Imports and exports...

Normally, the emscripten linker runs in a couple of seconds. When setting the MAXIMUM_MEMORY option to a value > 2GB the link time increases to several minutes. The time looks...

I've skimmed through C++ HTML5 API and seems like there is API for mouse and touch events, but not for pen events (pointer events with tilt and pressure)

help wanted

in web application, i couldn't receive backspace input because of this code block.

Because pointers are just int or long in memory64. User would normally expect result from ```malloc``` being passed straight in without a problem, but turns out, currently, they will need...

Currently the OPFS backend for WasmFS only uses SyncAccessHandles when files are opened for reading and writing. The reason we don't use SyncAccessHandles for read-only files is to support the...

wasmfs

WasmFS should be well documented, with docs covering this non-exhaustive list of topics: - [ ] How to build with WasmFS - [ ] How to configure various backends and...

wasmfs

I am using WebAudio API to spawn a worklet thread. The worklet module is resolved as a relative path and forces the web server to serve the file in the...

When building a simple C++ Module which includes SDL headers emscripten fails at scanning its dependencies. I'm not sure if this is because CMake utilizes the system binaries instead of...

I tried to build `magic_enum` in WebAssembly using Emscripten. However, it raised an error related to Catch2. I'm not sure what the problem is. `magic_enum` can be compiled to x86-64...