Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Increase max number of WASM globals (#237)
Browse files Browse the repository at this point in the history
* increase max number of WASM globals

* update changelog
  • Loading branch information
mraszyk authored Oct 12, 2023
1 parent 4a9c15a commit 5ea369e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions spec/_attachments/interface-spec-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Add a system API method to determine if the canister is running in replicated or non-replicated mode.
* Add a system API method to burn cycles of the canister that calls this method.
* Add a check that a canister receiving an ingress message is Running before the ingress message is marked as Received.
* Increase the maximum number of globals in a canister's WASM.

### 0.21.0 (2023-09-18) {#0_21_0}
* Canister cycle balance cannot decrease below the freezing limit after executing `install_code` on the management canister.
Expand Down
2 changes: 1 addition & 1 deletion spec/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ In order for a WebAssembly module to be usable as the code for the canister, it

- declare more than 50,000 functions, or

- declare more than 300 globals, or
- declare more than 1,000 globals, or

- declare more than 16 exported custom sections (the custom section names with prefix `icp:`), or

Expand Down

0 comments on commit 5ea369e

Please sign in to comment.