Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement IDL Float16Array #23277

Closed
annevk opened this issue Apr 8, 2024 · 5 comments
Closed

Implement IDL Float16Array #23277

annevk opened this issue Apr 8, 2024 · 5 comments
Labels
deno_core Changes in "deno_core" crate are needed web related to Web APIs

Comments

@annevk
Copy link

annevk commented Apr 8, 2024

As per whatwg/webidl#1398.

@bartlomieju bartlomieju added deno_core Changes in "deno_core" crate are needed web related to Web APIs labels Apr 8, 2024
@bartlomieju
Copy link
Member

We probably need to update op2 macro to support these as well. CC @mmastrac

@mmastrac
Copy link
Contributor

mmastrac commented Apr 9, 2024

Do we have a v8 implementation CL to follow? We'll need to ship in rusty_v8 as well.

@bakkot
Copy link

bakkot commented Apr 9, 2024

V8 issue is here.

@petamoriken
Copy link
Contributor

petamoriken commented Apr 22, 2024

I'll work on this after #23490 is merged

Oops, op2 macro needs to be updated. I will work on it after that.

bartlomieju pushed a commit that referenced this issue Apr 23, 2024
Ref #23490, #23277

* remove `--js-float16array` flag (This flag has already added to
deno_core)
* add some `Float16Array` support
@marvinhagemeister
Copy link
Contributor

Resolved by #23512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deno_core Changes in "deno_core" crate are needed web related to Web APIs
Projects
None yet
Development

No branches or pull requests

6 participants