-
### Problem:
Build on Solaris fails:
```
$ LIBCLANG_PATH=/usr/lib/64/libclang.so cargo build
..
Compiling aws-lc-sys v0.23.0 (/builds/psumbera/aws-lc-rs/aws-lc-sys)
Compiling aws-lc-fi…
-
version: `wasm-bindgen v0.2.95`
Recent rust nightly version enabled by default the `unexpected_cfgs`, which lead to this warning:
```
warning: unexpected `cfg` condition name: `wasm_bindgen_unstabl…
-
This started in https://github.com/bytecodealliance/go-modules/pull/225
Goal: JSON Serialize / Deserialize WIT Records based on WIT field names.
## Progress
- [ ] List
- [ ] Tuples
- [ ] Re…
-
Hi @RReverser,
its safe to say that this project is extremely useful to all of us WebAssembly / Rust devs. Thank you for this ♥.
However, I could not help but notice that you do not respond to rec…
-
Since the windows crate recently gained support for using no_std while still supporting alloc, it would be useful to have a complete example of an executable or DLL built this way. I read in #3047 tha…
-
I would really love to see support for WIT resources https://component-model.bytecodealliance.org/design/wit.html#resources . I tried to use them and received the "not yet implemented" error. My `cows…
-
### Describe the bug
When I create a new rust `wasm-pack` project, and adding `surrealdb` as a dependency, using the `Any` engine causes the infamous `"env"` import to show up.
Here are my crates …
-
Hello, I am using a `staticlib`-only iOS project with UniFFI, and I am having some trouble generating Swift bindings.
I have a small proof-of-concept here https://github.com/bes/uniffi-2024-11-poc
…
-
```c
// header.h
enum E { A = 1, B, C };
struct S {
enum E e;
};
```
bindgen invocation:
```
bindgen header.h --rustified-enum '.*' --with-derive-default
```
bindgen output:
```rust
/* automatica…
-
Initially, I was receiving the following error
```
Failed to load module script: The server responded with a non-JavaScript MIME type of "text/html". Strict MIME type checking is enforced for modul…