mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-26 06:22:14 +00:00
This commit fixes an issue previously introduced around handling the anyref table, gracefully handling the case where the source module doesn't actually use the anyref table at all, meaning that the logic around initializing it can be entirely skipped.