mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-10 22:26:05 +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