-
## Is your feature request related to a problem? Please describe.
I am working on an app which uses contract-to-contract calls through ABI. Unfortunately, it seems that ABI is not supported in Algo…
-
### Installation check
- [X] I have read the [installation guide](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#installing-pandas).
### Platform
Linux-5.4.0-172-generic…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
https://github.com/conda-forge/pybind11-feedstock/blob/d08856e73dd6ce7aa3d5dce3dbde9e0d4616b…
-
```rust
pub async fn query(&self, _path: &str, contract: &str, func_name: &str, param: &str) -> ContractResult {
let contract = Contract::from_json(self.client.eth(), contract.parse().unwrap…
-
I'd like to use the library in my project that's not written in C++.
Usually libraries would provide C ABI for this. However, looks like there's no C ABI for Fizz.
What's the plan for this issue…
-
IIUC we currently don't have a stable syscall ABI. I think we should try to standardize something.
Having a stable ABI we agree on means that embedder don't have to roll their own. There's plenty o…
-
Dear Ty-Sir,
I run the abi.js file into a validator, and it does not seem valid JSON anymore. https://abi.hashex.org/
I understand the tables and arguments but the video you provided uses differen…
-
Currently, functions exported from zig use the [clang ABI](https://github.com/WebAssembly/tool-conventions/blob/main/BasicCABI.md) when compiling to wasm. This is perfect for interop with other langua…
jamii updated
1 month ago
-
### Your question:
## The problem
For packages built with pybind11 and nanobind, the major version of the C++ compiler is part of the ABI. That means any package built with nanobind that _links_ to …
minrk updated
1 month ago
-
The following program has UB, for very surprising reasons:
```rust
use std::mem::transmute;
#[cfg(target_arch = "x86")]
use std::arch::x86::*;
#[cfg(target_arch = "x86_64")]
use std::arch::x86_64::*;
…