Skip to content

Commit 01c3df8

Browse files
committed
Better qualify NYI functionality
1 parent 7981778 commit 01c3df8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

design/mvp/Linking.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ tooling can uniformly interact with multiple kinds of storage backends such as
9393
local directories, [OCI Wasm Artifacts] stored in standard [OCI Registries] and
9494
[warg registries]. Of note, even when modules or components are stored inline
9595
by 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

0 commit comments

Comments
 (0)