You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/low_wasm_memory/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Low Wasm memory hook
2
2
3
-
Internet Computer can automatically execute special type of function called low Wasm memory hook, which runs when the available Wasm memory of the canister falls below 'wasm-memory-threshold'.
3
+
The Internet Computer can automatically execute a special type of function called low Wasm memory hook, which runs when the available Wasm memory of the canister falls below the 'wasm-memory-threshold'.
4
4
5
5
This example demonstrates the ways of using low Wasm memory hook on the Internet Computer.
0 commit comments