-
Basic `inout` and `out` parameter support is landed, however it doesn't currently work with `ArrayParameterType` arguments.
The following code should compile successfully:
```hlsl
void increment(inou…
-
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(_a: u8, _b: u8, _c: u8) …
-
I am trying to correct the reads (~190x coverage, 1.2Gb genome), but I have been having some issues with the "correct" mode in Dorado.
I ran dorado-0.8.2-win64 using the "dorado correct porechopp…
-
This is obviously pretty niche, but in an attempt to be able to compile my project in as many different environments as I can (and driven also by clang `import std` currently being constrained to libc…
-
Now I know the rust team has shot down the idea of having stable ABI, and I am in favor of it, but there is a way to support dynamic linking with Rust ABI without defining a stable ABI. It is lot more…
-
**Is your feature request related to a problem? Please describe.**
Our bridge is currently extremely expensive as shown in our gas analysis: https://github.com/movementlabsxyz/movement/issues/842
…
-
## Problem
When inferring ABIs from bytecode, WhatsABI currently omits names for tuple components that are likely derived from Solidity structs. While the ABI specification technically allows unnam…
-
### Issue with current documentation:
In https://numpy.org/devdocs/dev/depending_on_numpy.html#runtime-dependency-version-ranges
> If you use the NumPy C API (directly or via Cython), you can also…
njzjz updated
1 month ago
-
### 🐛 Bug Report
#### 📝 Description
Earlier, there were no errors when running `zk_inception ecosystem init`
Possibly the bug came from this PR https://github.com/matter-labs/zksync-era/pul…
-
Lints:
- [x] `pub fn` changed ABI to an ABI of a different name, regardless of unwind: e.g. `"C"` to `"Rust"`, or `"system-unwind"` to `"C"`
- this changes the calling convention for the function,…