mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-20 20:20:52 +00:00
This commit adds support for the `slice` function on all `TypedArray` instances. The `slice` function is similar to `subarray` except that it actually copies the data, whereas `subarray` just returns a different view into data.