Skip to content

wasm32-unknown-emscripten support #1468

Open
@walkingeyerobot

Description

@walkingeyerobot

💡 Feature description

Add support for wasm32-unknown-emscripten. Support is being added to Emscripten incorporate wasm-bindgen output. However, due to how Emscripten is set up, it needs to invoke wasm-bindgen itself. Because cargo does not support binary tool dependencies, that makes it impossible to have cargo build alone run both the compiler and the Emscripten linker. So instead, we can leverage wasm-pack to make sure wasm-bindgen is available before link time.

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