-
Using wasm-bindgen, a wasm module can be resumed after abort by calling into it again from JavaScript. This violates Rust's soundness preconditions: abort _must_ terminate forward progress.
The was…
-
### Summary
I'm implementing protected business logic in Rust that can be used from Javascript, e.g. to add a UI. I'm expecting the UI to ask a password for unlocking a protected resource. This can…
-
Hey, so I see no support for `AF_XDP`. I'm interested in using that, so I'm currently thinking of working on it.
I'm starting with support for `xsk_umem` and will work up from there. Opening an iss…
vodik updated
1 month ago
-
Hello, looks like I have some kind of infrastructure problem.
Every time I invoke bindgen it complains in the same way, i.e. it does not depend on the input file:
```
$ RUST_BACKTRACE=full bind…
-
the crate we use follows specs which is good, but it is kinda big because it uses the pest parser. also it adds stuff to wasm bindgen that we might not want.
maybe we can take some testcases from t…
-
What's the reason for pinning exactly to 0.2.69? This makes toolchain management slightly more annoying to ensure that everything matches; latest is 0.2.73.
-
here is my input structure.
```
typedef struct {
const char *base_path; /**< Mounting point. */
const char *partition_label; /**< Label of partition to use. */
…
-
I'm trying to generate go bindings for a project I'm working on, but I can't seem to be able to do so from proc_macros
According to help this would be possible
````
uniffi-bindgen 0.2.1+v0.25.0…
pacu updated
5 months ago
-
# Xi-Editor Issue Template
- [x] I have searched existing issues and could not find my issue.
- [x] I have studied the documentation.
## Details
_If your issue is a build or runtime error, p…
-
disclaimer: i only tested Linux on x86_64
when bindgen creates bindings for functions that return a very tiny( `.opaque_type(".*")`
- insert phantom data into the the rust type definition by replaci…