Skip to content

Commit c29abe9

Browse files
committed
Remove wasm-compose, since it's deprecated
1 parent fb880ce commit c29abe9

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

design/mvp/Linking.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ be added.) For a low-level sketch of how dynamic linking works at the WAT
6565
level, see [this example](examples/SharedEverythingDynamicLinking.md).
6666

6767
Lastly, 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

design/mvp/examples/images/combined-linking.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)