-
### Version
23.1.0
### Platform
```text
22.1.0 Darwin Kernel Version 22.1.0: Sun Oct 9 20:15:09 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T6000 arm64
```
### Subsystem
node:v8
### What step…
-
FYI. Below is input from the Color on the Web CG regarding Float16Array in the context of HTML Canvas. This input was prompted by https://github.com/w3c/ColorWeb-CG/issues/87
-- W3C Color on the We…
-
[proposal-float16array](https://github.com/tc39/proposal-float16array) is a proposal to add float16 (aka half-precision or binary16) TypedArrays to JavaScript.
This issue is for tracking the work i…
-
Version: Deno 2.0.0
Here is an example code that I run
```ts
import { serialize } from "node:v8";
const float16Data = new Float16Array([1.0, 2.5, 3.14]);
try {
const serialized = seriali…
-
As per https://github.com/whatwg/webidl/pull/1398.
-
I'm on TC39, and I'm working on advancing [a proposal](https://github.com/tc39/proposal-float16array) for Float16Array in JavaScript, which would hold IEEE binary16 floats. As part of that I'm explori…
-
Stage 3 Float16Array is currently in progress at TC39 and is in the process of being implemented in each engine.
https://github.com/tc39/proposal-float16array
WebGPU can handle `mat4x4` by enablin…
-
`Float16Array` is proposed in TC39 at [Stage 1](https://github.com/tc39/proposals/blob/main/stage-1-proposals.md#:~:text=Float16). Can we move in the direction of advancing that?
---
> ### Choic…
-
This needs integration with a couple of bits of the web platform:
- ~~Web IDL's [ArrayBufferView](https://webidl.spec.whatwg.org/#ArrayBufferView), [BufferRelatedType](https://webidl.spec.whatwg.or…
-
Thanks for this fantastic library!
from the example, the expected output of the following map should be:
```javascript
const array = new Float16Array([1.0, 1.1, 1.2, 1.3]);
const hey =…