Skip to content

Commit

Permalink
chore(ic): Add Wasm target-features for canisters already enabled in …
Browse files Browse the repository at this point in the history
  • Loading branch information
venkkatesh-sekar authored and frankdavid committed Sep 25, 2024
1 parent 013b6db commit 89a4cf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bazel/canisters.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def _wasm_rust_transition_impl(_settings, attr):
"debuginfo=0",
"-C",
"lto",
"-C",
"target-feature=+bulk-memory",
],
}

Expand Down

0 comments on commit 89a4cf9

Please sign in to comment.