mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-16 07:41:19 +00:00
This commit fixes how the `getArrayJsValueFromWasm` function is defined to correctly iterate over the slice by looking at the values rather than the indices. Closes #169