Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petamoriken committed Aug 25, 2024
1 parent 8e86d57 commit 6f8287a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,17 @@ npm install @petamoriken/float16
### Deno

> [!NOTE]
> `Float16Array`, `DataView` methods for reading and setting float16 values, and `Math.f16round` are supported since Deno v1.43.
> float16 features are supported since [Deno v1.43](https://deno.com/blog/v1.43#v8-124).
```console
deno add @petamoriken/float16
```

### Bun

> [!NOTE]
> float16 features are supported since [Bun v1.1.23](https://bun.sh/blog/bun-v1.1.23#float16array).
```console
bun add @petamoriken/float16
```
Expand Down

0 comments on commit 6f8287a

Please sign in to comment.