mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 10:10:52 +00:00
Previously a `Function` didn't actually take into account the self pointer and instead left it as an implicit argument. This instead ensures that there's a `Descriptor::I32` type inside of a `Function` description that we have to later skip, and this should not only make the anyref pass correct for Rust exports but it should also make it more accurate for future webidl transformations.