-
# Build commands
I compile the code with commit id 40b430fd240ad45f5c7a7dd0239fa2425e7c294e.
Platform: Ubuntu 20.04
CPU: amd64
compile:
```
export CC=/usr/lib/llvm-16/bin/clang
export CXX=/u…
-
I am looking at: https://github.com/bytecodealliance/wit-bindgen/blob/main/crates/c/src/lib.rs#L917-L923
```c
__attribute__((__weak__, __export_name__("cabi_realloc")))
…
-
Hi,
Any reason to pull `wasmtime` dependencies from a [git-commit](https://github.com/tree-sitter/tree-sitter/blob/78c297e6edbb2afe069ec03f2a0f5fd9eb340abb/lib/Cargo.toml#L32)?
I've checked the …
-
2 vulnerabilities and 1 deprecated crate are detected while performing dependency linting.
The vulnerabilities will lead to memory leakage and segfault, considered to be sever ones.
Strongly recom…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. trying to build `https://github.com/ziglang/zig.git` from source
2. `mkdir build && cd build`
3. `cmake ..`
4. `make install`
```nix
…
-
### Problem
``pkg1`` is a crate with a target-based conditional dependency
```
[dependencies]
pkg2 = {path = "../pkg2"}
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
pkg3 = { path =…
-
I’m not sure whether you are interested in using a different libc for your project, but I feel like it would be a very neat approach to get more programs to compile under it more easily.
I’ve been …
ghost updated
10 months ago
-
## System information
Windows 11
## Describe the bug
Attempting to run `cargo install --locked --all-features --git https://github.com/lapce/lapce lapce` yielded the following output:
``…
-
We would like to have automated spell checking for Tokio documentation.
However, setting up a dictionary file that accepts everything in the current documentation would be a lot of effort.
C…
-
This project has been super helpful for configuring toolchains. I've made some pretty extensive changes, adding support for:
* Cross compilation (tested from Linux to Linux in both directions between…