mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00:00
This commit fixes a case in `wasm2es6js` where if an imported function was reexported it wasn't handled correctly. This doesn't have a direct test but came up during the development of #1002