Emilio Cobos Álvarez

Results 777 comments of Emilio Cobos Álvarez

I think this should be sort of trivial once we have #429. We'd only have to change the code generation for functions after that.

I believe better docs are needed, definitely, and any help on that regard is _really_ appreciated. Currently we have some "documentation" sparse around some issues, but we need to really...

You probably need to blacklist those. This is likely templates making bindgen sad.

So this is done this way because after the rewrite, each parsed item is conceptually independent and can generate a rust `ast::Item`. The way to do this for functions is...

Yeah, I agree this is unfortunate. The right fix is fixing libclang so that we can get a diagnostic of why the translation unit creation failed. But we should be...

What do you plan to generate and how? I don't think this is easy to do in the general case.

There doesn't seem to be any clap 3 in the registry?

(But anyhow patches more than welcome :))

Thanks for reporting, this is pretty much known, and depending on https://github.com/rust-lang/rust/issues/43036, mostly.

It seems you may be missing some compiler flags that whatever wasm thing uses has, like `-isystem /path/to/toolchain/include` or such...