1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-21 20:50:51 +00:00
Alex Crichton a8d6ca3d62 Add support for mutable stack closures
This commit adds support for passing `&mut FnMut(..)` to JS via imports. These
closures cannot be invoked recursively in JS (they invalidate themselves while
they're being invoked) and otherwise work the same as `&Fn(..)` closures.

Closes 
2018-04-14 11:16:16 -07:00
..