rustwasm / wasm-bindgen

Facilitating high-level interactions between Wasm modules and JavaScript
https://rustwasm.github.io/docs/wasm-bindgen/
Apache License 2.0
7.73k stars 1.06k forks source link

Expand the list of targets for pre-built binaries #2550

Closed OliverBrotchie closed 1 year ago

OliverBrotchie commented 3 years ago

Motivation

A few tools such as WasmEdge (formerly SSVM) require pre-built wasm-bindgen-cli binaries to function properly.

Proposed Solution

Adding build targets such as 'aarch64-apple-darwin' etc would alleviate this problem.

alexcrichton commented 3 years ago

A PR for this would be most welcome!

morenol commented 1 year ago

Maybe we can close this or expand the list of targets that would be nice to have