mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 10:10:52 +00:00
After a module goes through its primary GC pass we need to look over the set of remaining imports and use that to prune the set of imports that we're binding. Closes #1613