Skip to content

Support Float16Array #96

@zqianem

Description

@zqianem

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions