Skip to content

Commit bdc074a

Browse files
authored
fix: limit_resource works with wasm64 (#79)
* rename cycles API * overhaul limit_resource * make_redirect_call_new works with wasm64 * update test wasm for limit * prepare for release 0.9.2
1 parent 48db35e commit bdc074a

File tree

6 files changed

+492
-424
lines changed

6 files changed

+492
-424
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [unreleased]
88

9+
## [0.9.2] - 2024-01-09
10+
11+
* Fix: limit_resource works with wasm64.
12+
13+
## [0.9.1] - 2024-11-18
14+
15+
* Add redirect for evm canister.
16+
917
## [0.9.0] - 2024-10-01
1018

1119
* (breaking) Use 64bit API for stable memory in profiling and bump walrus

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-wasm"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["DFINITY Stiftung"]
55
edition = "2021"
66
description = "A library for performing Wasm transformations specific to canisters running on the Internet Computer"

0 commit comments

Comments
 (0)