Skip to content

Commit f3bcbf1

Browse files
use 64bit API for stable memory (#76)
* use 64bit API for stable memory * fix * fix * fix * changelog
1 parent 12f4cb7 commit f3bcbf1

File tree

12 files changed

+131
-150
lines changed

12 files changed

+131
-150
lines changed

.github/workflows/wasm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
env:
12-
DFX_VERSION: 0.22.0
13-
IC_REPL_VERSION: 0.7.4
12+
DFX_VERSION: 0.23.0
13+
IC_REPL_VERSION: 0.7.5
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Install dfx
@@ -29,7 +29,7 @@ jobs:
2929
dfx start --background
3030
- name: Test
3131
run: |
32-
ic-repl tests/deployable.ic-repl.sh
32+
ic-repl tests/deployable.ic-repl.sh -v
3333
- name: stop dfx
3434
run: |
3535
echo "dfx stop"

CHANGELOG.md

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

77
## [unreleased]
88

9+
## [0.9.0] - 2024-10-01
10+
11+
* (breaking) Use 64bit API for stable memory in profiling and bump walrus
12+
913
## [0.8.6] - 2024-09-24
1014

1115
* Add data section check when limiting Wasm heap memory.

0 commit comments

Comments
 (0)