-
Please include the following in your bug report:
**Version of emscripten/emsdk:**
```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.71 (4171ae200b77a6c266b0e1ebb507d6…
-
## Issue description
The nixos/firewall for iptables depends on nixos-firewall-tool. Not by default as commit linked below says, but mandatory as it's not possible/recommended to remove packages fr…
-
I apologize that I wasn't able to creduce the attachment source here. I'm still actively working on the source in question. I may be able to come back to this and improve this bug report later. I'll a…
-
I tried this code with `rustc --target riscv64gc-unknown-linux-gnu rust_code.rs`:
```rust
#![feature(abi_riscv_interrupt)]
pub extern "riscv-interrupt-m" fn interrupt_machine() {}
pub extern "riscv-…
-
I tried build on macOS and it failed. (macOS sonoma 14.7, arm64, M1 Mac)
This is log after `./bin/compile` on branch current main 72836c5.
(I folllowed [build.md](https://github.com/jank-lang/ja…
-
# CI Intermittent Failure
https://ci.spdk.io/results/autotest-nightly/builds/3934/archive/short-fuzz-phy-autotest_32475/build.log
Started popping in intermittent fashion under nightly, after bum…
-
This is because we already test all third party code under `Test LLVM` with all LLVM versions.
-
Historically emscripten has been built around always using the very latest upstream version of LLVM. Essentially it depends on the top-of-tree version.
However, for the purposes of packaging, …
-
-
Three is no GPU(Nvidia card) in x86 Linux/Ubuntu, I installed latest exo . It can't work with LLVM backend. With below command.
DEBUG=9 LLVM=1 exo run llama-3.1-8b --prompt "hello, who are you?" --…