-
**Version of emscripten/emsdk: **
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.48 (e967e20b4727956a30592165a3c1cde5c67fa0a8)
clang version 18.0.0 (https://github.com/ll…
-
**Test Environment (required)**
You can use [MEGA65INFO](https://files.mega65.org?id=3eeb7d82-8bd7-44b7-82b6-cef29d123b0e) to retrieve this.
- Platform: MEGA65
- Core Commit: development core nea…
-
**Describe the bug**
When a breakpoint is hit in an editor window, and the user opens the disassembly view, the addresses, offsets and instructions there are all mixed up, meaning in the wrong positi…
-
Using the clang++ shipped with wask-sdk, which reports as 16.0.0:
```
E:\tmp\consolelocal>%WASI_SDK_PATH%\bin\clang++.exe --version
clang version 16.0.0
Target: wasm32-unknown-wasi
Thread model: …
yowl updated
6 months ago
-
Before filing an issue please verify the following:
* Check whether there is already an existing issue for the same topic.
_**(Not from what I could find)**_
* Ensure you are actually reporting a…
-
**Describe the bug**
Some cabal commands, e.g. `cabal v2-run` take around 20 minutes on my system (on a vanilla unaltered `cabal init` project).
I am using gentoo linux w/ cabal-install 3.6.2.0, g…
-
I am getting `Clang frontend command failed with exit code 139` when compiling code using setjmp/longjmp to webassembly with emscripten 3.1.62. The same code compiles fine with an older (3.1.44) versi…
-
### Description / Steps to reproduce the issue
### Description
I am trying to build the examples for [FTXUI](https://github.com/ArthurSonzogni/FTXUI) with `mingw-w64-ucrt-x86_64-emscripten` . Usin…
-
Hello,
Today I switched to new emsdk 3.1.42 and unfortunatelly my project failed to compile now.
It throws error during linking:
wasm-ld: error: C:\Projects\emsdk\upstream\emscripten\cache\sysroot\…
-
Sometimes when sending commands to Linux over SSH from Python scripts, `sshd` process on Linux crashes with "Invalid Read" message.
Minimal Python example:
```py
from fabric import Connection
…