github rustwasm/wasm-pack v0.9.1
☁️ 0.9.1

latest releases: v0.12.1, v0.12.0, v0.11.1...
4 years ago
  • 🤕 Fixes

    • Bump binaryen to version_90 - ashleygwilliams, issue/781 issue/782 pull/687

      Previously, wasm-pack was hardcoded to install and attempt to execute wasm-opt on every build
      using binaryen version 78. This version had various issues on Unix/Linux and caused broken CI
      builds for many folks (we're so sorry!).

      This PR updates the binaryen version to 90, which should fix the issues folks were having.

      Long-term, we'd like to create an auto-updating mechanism so that we can install and use the
      latest release of binaryen as we do for other binaries we orchestrate.

  • 🛠️ Maintenance

Don't miss a new wasm-pack release

NewReleases is sending notifications on new releases.