-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Float16Array
is a new typed array (mdn docs) usually used for WebGL and WebGPU. This may be a bit tricky to add without breaking on older browsers (earlier than April 2025).
A workaround for SvelteKit-like apps is to use an ArrayBuffer
and re-construct the Float16Array
on the client.
Expands on the logic in #69.
Metadata
Metadata
Assignees
Labels
No labels