Skip to content

Commit 94f1f8f

Browse files
authored
Merge pull request #111 from sunfishcode/main
Fix links to SharedEverythingDynamicLinking.md.
2 parents cbae8d7 + f70a67f commit 94f1f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design/mvp/CanonicalABI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ synthetic `cabi_start` function that is called immediately after instantiation.
14221422

14231423
For imports (which in Core WebAssembly are [two-level]), the first-level name
14241424
is set to be a zero-length string so that the entire rest of the first-level
1425-
string space is available for [shared-everything linking].
1425+
string space is available for [shared-everything dynamic linking].
14261426

14271427
For imports and exports, the Canonical ABI assumes that `_` is not a valid
14281428
character in a component-level import/export (as is currently the case in `wit`
@@ -1596,7 +1596,7 @@ def lift_canonical_module(module: Module) -> Component:
15961596
[Component Invariants]: Explainer.md#component-invariants
15971597
[JavaScript Embedding]: Explainer.md#JavaScript-embedding
15981598
[Adapter Functions]: FutureFeatures.md#custom-abis-via-adapter-functions
1599-
[Shared-Everything Linking]: examples/SharedEverythingLinking.md
1599+
[Shared-Everything Dynamic Linking]: examples/SharedEverythingDynamicLinking.md
16001600

16011601
[Administrative Instructions]: https://webassembly.github.io/spec/core/exec/runtime.html#syntax-instr-admin
16021602
[Implementation Limits]: https://webassembly.github.io/spec/core/appendix/implementation.html

0 commit comments

Comments
 (0)