CosmWasm / optimizer

Dockerfile and script to deterministically produce the smallest possible Wasm for your Rust contract
Apache License 2.0
118 stars 57 forks source link

Use signext lowering in wasm-opt #128

Closed maurolacy closed 1 year ago

maurolacy commented 1 year ago

Closes #127.

Updates to binaryen v114 and Rust 1.71.0.

This results in slightly bigger (1/2%) binaries compared to the current version with binaryen v110 and Rust v1.69.0 (and no signext lowering).