mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00:00
If a JS import's shim isn't actually imported that means that somewhere along the way it was optimized out or it was never used in the first place! In that case we can skip generation of the JS bindings for it as it's not needed.