wasm-opt-rs
wasm-opt-rs copied to clipboard
Projects that might use a wasm-opt API
-
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
I already have a PR open for wasm-builder
: https://github.com/paritytech/substrate/pull/12280
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: @.***>
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
.