-
Essentially, replace
> // Code generated by wit-bindgen-go. DO NOT EDIT.
to
> // Code generated by wit-bindgen-go version v0.3.0. DO NOT EDIT.
-
**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…
-
Hi friends!
I've been daydreaming about contributing to the new UI and finally decided to clone it and get started familiarizing myself with it/the framework today. I'm on macOS 15.0 on an M1 arch.…
-
I was chatting with @pvdrz at the Rust for Linux conference about some bold ideas for `bindgen` and he thought I should write them up, so here goes.
## The problem space
[cxx](https://github.com/dto…
-
Since v0.95.0, a new feature #1507 has been merged.
I got some errors when compiling v8.
Error message:
```
...
ninja: Entering directory `/home/autsing/Gits/rusty_v8/target/debug/gn_out'
…
-
### Describe the improvement you'd like to request
We will likely merge #1288 or #1291 to work around a build failure due to wasm-bindgen producing invalid typescript binding (https://github.com/ru…
-
Does this library support being run inside a browser?
I am using wasm-pack to build the 0.4.0 library .wasm file and javascript bindings. I have a simple test case: I created a test project with z…
-
I am not certain, but this feels like it may lead to many unexpected copying of the underlying data, esp for larger structs. If needed for the specific items, it can be added with the regexes. Just a…
-
To consume `wit` files, we would need a bindgen procedural macro which will consume the interface, and generate all necessary inferface types and functions, as well as the relevant traits to implement…
-
https://github.com/mozilla/cbindgen/pull/959 added support for default generic type parameters. This broke some existing use cases, in particular where a type is defined with a type parameter with a d…