[heycam/webidl] What about i64? (#586)

I am writing JavaScript code that interfaces with WebAssembly. The WebAssembly memory is exposed as an `ArrayBuffer` which I wrap in a `Uint8Array` and a `DataView` for access.

WebAssembly values are typed as `i32`, `i64`, `f32`, `f64`. Three of them are nicely mirrored in WebIDL. However, `i64` is missing the `Int64Array`, `Uint64Array` and `DataView.setInt64`, `DataView.setUint64` counterparts.

I tried to find out why they are not standardized, but was not successful. In my opinion that would be a reasonable addition.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/586

Received on Thursday, 27 September 2018 07:12:48 UTC