Skip to content

Commit

Permalink
niv ic-wasm: update 496f63f6 -> 0cc218f2 (#4188)
Browse files Browse the repository at this point in the history
## Changelog for ic-wasm:
Branch: main
Commits: [dfinity/ic-wasm@496f63f6...0cc218f2](dfinity/ic-wasm@496f63f...0cc218f)

* [`0cc218f2`](dfinity/ic-wasm@0cc218f) Aggressive inlining options for `wasm-opt` ([dfinity/ic-wasm⁠#42](https://togithub.com/dfinity/ic-wasm/issues/42))
  • Loading branch information
dfinity-bot authored Sep 5, 2023
1 parent 537d720 commit bbe8c25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ rec {
nixpkgs.rustPlatform.buildRustPackage {
name = "ic-wasm";
src = nixpkgs.sources.ic-wasm;
cargoSha256 = "sha256-iGCju0JG+jkysmDAeTfjNCYaSfg7N3Qqq8HpPlRHMgU=";
cargoSha256 = "sha256-qw1MwjlhGftN9k2sOjlAYo9rDRvHnf0qYQFPHMu2v74=";
doCheck = false;
};

Expand Down
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"homepage": null,
"owner": "dfinity",
"repo": "ic-wasm",
"rev": "496f63f6854b4867b72e961c2e13fc9b82543700",
"sha256": "0z9mwmswa8f86hzdn3jm6b1rv2bqyalb9ai30s7qj8wvrb04spl8",
"rev": "0cc218f2c6d25a143371766f21243b3af0465ea7",
"sha256": "0y38kqjm5wddv93h0y1azyxknj8apff9pi6cs5x76s9h6pb9ys6g",
"type": "tarball",
"url": "https://github.com/dfinity/ic-wasm/archive/496f63f6854b4867b72e961c2e13fc9b82543700.tar.gz",
"url": "https://github.com/dfinity/ic-wasm/archive/0cc218f2c6d25a143371766f21243b3af0465ea7.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"libtommath": {
Expand Down
2 changes: 1 addition & 1 deletion test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ do
then
run comp $moc_with_flags --hide-warnings --map -c $mangled -o $out/$base.wasm
if [ $HAVE_ic_wasm = yes ]; then
run opt ic-wasm -o $out/$base.opt.wasm $out/$base.wasm shrink --optimize O3 --keep-name-section
run opt ic-wasm -o $out/$base.opt.wasm $out/$base.wasm optimize O3 --keep-name-section
fi
else
run comp $moc_with_flags -g -wasi-system-api --hide-warnings --map -c $mangled -o $out/$base.wasm
Expand Down

0 comments on commit bbe8c25

Please sign in to comment.