mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-20 20:20:52 +00:00
A few small changes here: * `ArrayBufferView` and `BufferSource` are expanded to themselves plus `Uint8ArrayMut` instead of `Object` to ensure we keep the original type. * Generating an argument type for `ArrayBufferView`, `BufferSource`, and `Object` all now generate shared references instead of owned objects, which is a little more consistent with the other interface types.