Skip to content

Commit

Permalink
use 64bit API for stable memory (#76)
Browse files Browse the repository at this point in the history
* use 64bit API for stable memory

* fix

* fix

* fix

* changelog
  • Loading branch information
chenyan-dfinity authored Oct 1, 2024
1 parent 12f4cb7 commit f3bcbf1
Show file tree
Hide file tree
Showing 12 changed files with 131 additions and 150 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
DFX_VERSION: 0.22.0
IC_REPL_VERSION: 0.7.4
DFX_VERSION: 0.23.0
IC_REPL_VERSION: 0.7.5
steps:
- uses: actions/checkout@v4
- name: Install dfx
Expand All @@ -29,7 +29,7 @@ jobs:
dfx start --background
- name: Test
run: |
ic-repl tests/deployable.ic-repl.sh
ic-repl tests/deployable.ic-repl.sh -v
- name: stop dfx
run: |
echo "dfx stop"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.9.0] - 2024-10-01

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

## [0.8.6] - 2024-09-24

* Add data section check when limiting Wasm heap memory.
Expand Down
Loading

0 comments on commit f3bcbf1

Please sign in to comment.