-
**Describe the bug**
I get this error when I use `rust.bindgen()` from within a subproject:
```
subprojects/foo/meson.build:14:17: ERROR: Tried to get unknown builtin option foo:c_args
```
**To…
-
It seems like after 1.81 rust requires some (nightly only?) flags to build the wasm code correctly. See https://blog.rust-lang.org/2024/09/24/webassembly-targets-change-in-default-target-features.html
-
**Describe the bug**
Embed functions like `embed_website` require a generic type `F` to be specified. This type is the type for the callback `adapter`.
However, `adapter` is optional and we can th…
-
### Describe the bug
Pattern matching a string against a raw string (`r#''#`) as a pattern doesn't match.
* `==` against the raw string works fine
This is very surprising to me. Pattern match…
-
Original issue: https://github.com/EmbarkStudios/rust-gpu/issues/1075
### Expected Behaviour
This compiles fine with rustc (I guess this bit is probably eliminated?).
### Example & Steps To Rep…
-
I wanted to open this issue as a central place for discussing the removal/supplementing of the openssl dependency. As far as I understand, this is desired, see https://github.com/algesten/str0m/issues…
-
We need an efficient memory map to [be able to manage malloc and mmap effectively](https://github.com/Lind-Project/lind-wasm/issues/4). It seems like a good start would be to port [NaCl's memory map](…
-
## Description
When translating C code with a `const` variable, `c2rust` incorrectly generates a mutable `static mut` variable in Rust. This behavior is inconsistent with the immutability semantics…
-
Hi,
First many TKS for this beautiful software !
When i try to run :
` hft_backtest/hftbacktest/connector`
Using
`cargo run main binancefutures ./examples/binancefutures.toml`
I got …
-
Hi!
A Callbacks object is owned by `Solver.cbs` and has a raw pointer to it passed to the external code.
https://github.com/mmaroti/cadical-rs/blob/ddf3a60a37cef0476bada1f6ebfde0545300a886/src/l…