wasm-opt-rs icon indicating copy to clipboard operation
wasm-opt-rs copied to clipboard

Projects that might use a wasm-opt API

Open brson opened this issue 2 years ago • 3 comments

  • https://github.com/paritytech/cargo-contract

  • Substrate wasm builder

    • https://github.com/paritytech/substrate/tree/master/utils/wasm-builder
  • https://github.com/rustwasm/wasm-pack

  • NEAR

  • Stellar Soroban

  • Cosmos

brson avatar Aug 02 '22 23:08 brson

I already have a PR open for wasm-builder: https://github.com/paritytech/substrate/pull/12280

athei avatar Sep 29 '22 14:09 athei

That is awesome. I mentioned in your other bug report that we will publish a much more complete and tested build, ready for integration, within a few days.

I'll give your wasm-builder pr a read and comment later tonight when I'm at a computer.

On Thu, Sep 29, 2022, 10:57 AM Alexander Theißen @.***> wrote:

I already have a PR open for wasm-builder: paritytech/substrate#12280 https://github.com/paritytech/substrate/pull/12280

— Reply to this email directly, view it on GitHub https://github.com/brson/wasm-opt-rs/issues/11#issuecomment-1262404268, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABD6DUWS3VF42F6YTXGLATWAWU5FANCNFSM55M4JBFA . You are receiving this because you authored the thread.Message ID: @.***>

brson avatar Sep 29 '22 15:09 brson

BytecodeAlliance's https://crates.io/crates/cargo-wasi also uses wasm-opt to post process compiled Rust targets. Could as well just use wasm-opt-rs.

Robbepop avatar Sep 30 '22 14:09 Robbepop