Skip to content

WASM is in a questionable state #67

@FreezyLemon

Description

@FreezyLemon
  • There are wasm_bindgen dependencies in the manifest even though it's never used anywhere (there are 0 wasm_bindgen tests). This also makes the CI job running WASM tests redundant.
  • The DATA_ALIGNMENT change was introduced to rav1e in early 2020 and I'm not sure if it's still needed
  • more WASM targets exist now (wasip1, wasip2, wasip3) and I'm not 100% sure what to target as the minimum/what to support
    • wasm32-unknown-unknown/wasm32-unknown-emscripten are the old "base" targets
    • the p1/p2/p3 extensions kind of build on top of it, p2 introduces a big change with the component model thing (and way more of std actually works)
    • p1 and higher might support higher alignments?
    • tooling seems to be very different between WASI and older targets

I don't know much about WASM but this might need some investigation and changes.

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