Skip to content

Commit eded618

Browse files
committed
fix: link cycles on first use in large-wasm cycle costs section
1 parent c3f35cf commit eded618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/canister-management/large-wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can combine gzip compression with the chunk store. A compressed module that
8888

8989
### Cycle costs
9090

91-
Storing each chunk costs cycles proportional to 1 MiB of storage (even if the chunk is smaller). Chunks are temporary storage: they are consumed during `install_chunked_code` and do not accumulate after installation. If an installation attempt fails or is interrupted, call `clear_chunk_store` to reclaim the storage cycles before retrying.
91+
Storing each chunk costs [cycles](../../concepts/cycles.md) proportional to 1 MiB of storage (even if the chunk is smaller). Chunks are temporary storage: they are consumed during `install_chunked_code` and do not accumulate after installation. If an installation attempt fails or is interrupted, call `clear_chunk_store` to reclaim the storage cycles before retrying.
9292

9393
## Wasm64: 64-bit memory addressing
9494

0 commit comments

Comments
 (0)