Skip to content

Commit

Permalink
niv ic-wasm: update 61692f44 -> 9f3c746e (#4467)
Browse files Browse the repository at this point in the history
## Changelog for ic-wasm:
Branch: main
Commits: [dfinity/ic-wasm@61692f44...9f3c746e](dfinity/ic-wasm@61692f4...9f3c746)

* [`b1c63d57`](dfinity/ic-wasm@b1c63d5) Support gzipped WASM inputs in `utils::parse_wasm` and `utils::parse_wasm_file` ([dfinity/ic-wasm⁠#55](https://togithub.com/dfinity/ic-wasm/issues/55))
* [`b79469e0`](dfinity/ic-wasm@b79469e) release ([dfinity/ic-wasm⁠#56](https://togithub.com/dfinity/ic-wasm/issues/56))
* [`2eb0900b`](dfinity/ic-wasm@2eb0900) Bump dependencies ([dfinity/ic-wasm⁠#57](https://togithub.com/dfinity/ic-wasm/issues/57))
* [`2d0707f0`](dfinity/ic-wasm@2d0707f) fix: RUN-1002: Enable WebAssembly SIMD in optimization pass ([dfinity/ic-wasm⁠#58](https://togithub.com/dfinity/ic-wasm/issues/58))
* [`d45e0b9d`](dfinity/ic-wasm@d45e0b9) release ([dfinity/ic-wasm⁠#59](https://togithub.com/dfinity/ic-wasm/issues/59))
* [`535a3b51`](dfinity/ic-wasm@535a3b5) chore!: upgrade walrus to support memory64 and release 0.8.0 ([dfinity/ic-wasm⁠#61](https://togithub.com/dfinity/ic-wasm/issues/61))
* [`61b6f12f`](dfinity/ic-wasm@61b6f12) remove arm32 build ([dfinity/ic-wasm⁠#60](https://togithub.com/dfinity/ic-wasm/issues/60))
* [`84eb4483`](dfinity/ic-wasm@84eb448) Correct the value of `GZIPPED_WASM_MAGIC_BYTES` ([dfinity/ic-wasm⁠#64](https://togithub.com/dfinity/ic-wasm/issues/64))
* [`1d48658d`](dfinity/ic-wasm@1d48658) redirect canister snapshot calls ([dfinity/ic-wasm⁠#63](https://togithub.com/dfinity/ic-wasm/issues/63))
* [`18809368`](dfinity/ic-wasm@1880936) feat: add support for limiting Wasm heap memory ([dfinity/ic-wasm⁠#65](https://togithub.com/dfinity/ic-wasm/issues/65))
* [`c5217c76`](dfinity/ic-wasm@c5217c7) bump version ([dfinity/ic-wasm⁠#66](https://togithub.com/dfinity/ic-wasm/issues/66))
* [`c9439739`](dfinity/ic-wasm@c943973) fix memory id in limit_resource ([dfinity/ic-wasm⁠#67](https://togithub.com/dfinity/ic-wasm/issues/67))
* [`9293dfcc`](dfinity/ic-wasm@9293dfc) Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows ([dfinity/ic-wasm⁠#68](https://togithub.com/dfinity/ic-wasm/issues/68))
* [`085bbbff`](dfinity/ic-wasm@085bbbf) feat(EXC): Name Section for Metadata Command ([dfinity/ic-wasm⁠#69](https://togithub.com/dfinity/ic-wasm/issues/69))
* [`5fe03958`](dfinity/ic-wasm@5fe0395) chore: release v0.8.4 ([dfinity/ic-wasm⁠#70](https://togithub.com/dfinity/ic-wasm/issues/70))
* [`9f3c746e`](dfinity/ic-wasm@9f3c746) Fix http_request redirect ([dfinity/ic-wasm⁠#71](https://togithub.com/dfinity/ic-wasm/issues/71))
  • Loading branch information
dfinity-bot authored Sep 18, 2024
1 parent 346053f commit 8bfee2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ rec {
nixpkgs.rustPlatform.buildRustPackage {
name = "ic-wasm";
src = nixpkgs.sources.ic-wasm;
cargoSha256 = "sha256-a8iN/lTEVqdmogsSlT3+v3nivSG5VRhOz4/trmAsZLY=";
cargoSha256 = "sha256-wukv9q2nBPQM8XKwwzn/O2NfmiQYgiIOIzXRdvya4p8=";
doCheck = false;
patchPhase = ''
mkdir -p .cargo
Expand Down
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"homepage": null,
"owner": "dfinity",
"repo": "ic-wasm",
"rev": "61692f44cf85b93d43311492283246bb443449d3",
"sha256": "1b06dphnj89qmyv4gxh8gqm1bgqfpivr4di2nl9hbvqqyx4vzb65",
"rev": "9f3c746ecedc644f0e81b74297fcdda716f2d06e",
"sha256": "1c2zh6v270bp38ayc2q97q6s4l98zyac1ad8m74xbm5mrwf9737a",
"type": "tarball",
"url": "https://github.com/dfinity/ic-wasm/archive/61692f44cf85b93d43311492283246bb443449d3.tar.gz",
"url": "https://github.com/dfinity/ic-wasm/archive/9f3c746ecedc644f0e81b74297fcdda716f2d06e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"libtommath": {
Expand Down

0 comments on commit 8bfee2b

Please sign in to comment.