We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Float16Array
Once #23435 lands we can pass --js-float16array flag to V8 on startup to enable Stage 3 proposal Float16Array (https://github.com/tc39/proposal-float16array).
--js-float16array
We should add relevant type declarations based on other Float*Array.
Float*Array
CC @petamoriken
The text was updated successfully, but these errors were encountered:
feat: update v8 flags (#707)
a0f1b57
Ref: denoland/deno#17944 (comment), denoland/deno#23450 Removed flags enabled by default and added flag Float16Array.
feat: enable Float16Array support (#23490)
b0d3b20
Closes #23450
Successfully merging a pull request may close this issue.
Once #23435 lands we can pass
--js-float16array
flag to V8 on startup to enable Stage 3 proposalFloat16Array
(https://github.com/tc39/proposal-float16array).We should add relevant type declarations based on other
Float*Array
.CC @petamoriken
The text was updated successfully, but these errors were encountered: