- From: Lorenz Leutgeb <notifications@github.com>
- Date: Thu, 27 Sep 2018 00:12:26 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 September 2018 07:12:48 UTC
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