@@ -90,13 +90,13 @@ either store child modules or components **inline** or to **import** them from
9090an external registry. This registry toolchain integration is still in progress,
9191but by reusing common support libraries such as [ ` wasm-pkg-tools ` ] , higher-level
9292tooling can uniformly interact with multiple kinds of storage backends such as
93- local directories, [ OCI Wasm Artifacts] stored in standard [ OCI Registries] and
94- [ warg registries ] . Of note, even when modules or components are stored inline
95- by earlier stages of the build pipeline, when creating an OCI Wasm Artifact, a
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.
93+ local directories, [ OCI Wasm Artifacts] stored in standard [ OCI Registries] . Of
94+ note, even when modules or components are stored inline by earlier stages of the
95+ build pipeline, when creating an OCI Wasm Artifact, a toolchain can
96+ (hypothetically, existing tools don't do this yet) enable deduplication by
97+ content-hash of common modules or components by placing them in separate OCI
98+ [ ` layers ` ] which are imported via [ ` hashname ` ] by the root component stored in
99+ the first layer of the OCI Wasm Artifact.
100100
101101
102102## Fully-runtime dynamic linking
0 commit comments