File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ tooling can uniformly interact with multiple kinds of storage backends such as
9393local directories, [ OCI Wasm Artifacts] stored in standard [ OCI Registries] and
9494[ warg registries] . Of note, even when modules or components are stored inline
9595by earlier stages of the build pipeline, when creating an OCI Wasm Artifact, a
96- toolchain can enable deduplication by content-hash of common modules or
97- components by placing them in separate OCI [ ` layers ` ] which are imported via
98- [ ` hashname ` ] by the root component stored in the first layer of the OCI Wasm
99- Artifact.
96+ toolchain can (hypothetically, existing tools don't do this yet) enable
97+ deduplication by content-hash of common modules or components by placing them
98+ in separate OCI [ ` layers ` ] which are imported via [ ` hashname ` ] by the root
99+ component stored in the first layer of the OCI Wasm Artifact.
100100
101101
102102## Fully-runtime dynamic linking
You can’t perform that action at this time.
0 commit comments