@@ -65,10 +65,10 @@ be added.) For a low-level sketch of how dynamic linking works at the WAT
6565level, see [ this example] ( examples/SharedEverythingDynamicLinking.md ) .
6666
6767Lastly, multiple components can be ** shared-nothing-linked** together using
68- language-agnostic composition tools like [ ` wasm-compose ` ] or [ ` wac ` ] . Since the
69- output of composition is itself a component, composite components can
70- themselves be further composed with other components. For a low-level sketch of
71- how shared-nothing linking works at the WAT level, see
68+ language-agnostic composition tools like [ ` wac ` ] . Since the output of
69+ composition is itself a component, composite components can themselves be
70+ further composed with other components. For a low-level sketch of how
71+ shared-nothing linking works at the WAT level, see
7272[ this example] ( examples/LinkTimeVirtualization.md ) .
7373
7474
@@ -136,7 +136,6 @@ post-Preview 2 features of WIT and the Component Model.)
136136[ Custom Section ] : https://webassembly.github.io/spec/core/binary/modules.html#custom-section
137137[ `wasm-ld` ] : https://lld.llvm.org/WebAssembly.html
138138[ `wasm-tools` ] : https://github.com/bytecodealliance/wasm-tools#tools-included
139- [ `wasm-compose` ] : https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-compose
140139[ `wac` ] : https://github.com/bytecodealliance/wac
141140[ JS API ] : https://webassembly.github.io/spec/js-api/index.html
142141[ JIT Future Feature ] : https://github.com/WebAssembly/design/blob/main/FutureFeatures.md#platform-independent-just-in-time-jit-compilation
0 commit comments