mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-10 21:07:16 +00:00
* Catch all closures by walking all `Descriptor` values and looking for either `Function` or `Closure`. * Update the correct arguments for wasm by ensuring that the closure modifications skip the first two arguments.