mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 18:01:06 +00:00
* Reduce indentation in interface types processing Just a small stylistic change * Update `webidl_ty` field in multi-value transform When we're emitting a bindings section we need to be sure to update the listed type of the binding in addition to the actual binding expressions. This should help remove the stray return pointer being listed there by accident!