File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1422,7 +1422,7 @@ synthetic `cabi_start` function that is called immediately after instantiation.
1422
1422
1423
1423
For imports (which in Core WebAssembly are [ two-level] ), the first-level name
1424
1424
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] .
1426
1426
1427
1427
For imports and exports, the Canonical ABI assumes that ` _ ` is not a valid
1428
1428
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:
1596
1596
[ Component Invariants ] : Explainer.md#component-invariants
1597
1597
[ JavaScript Embedding ] : Explainer.md#JavaScript-embedding
1598
1598
[ Adapter Functions ] : FutureFeatures.md#custom-abis-via-adapter-functions
1599
- [ Shared-Everything Linking ] : examples/SharedEverythingLinking .md
1599
+ [ Shared-Everything Dynamic Linking ] : examples/SharedEverythingDynamicLinking .md
1600
1600
1601
1601
[ Administrative Instructions ] : https://webassembly.github.io/spec/core/exec/runtime.html#syntax-instr-admin
1602
1602
[ Implementation Limits ] : https://webassembly.github.io/spec/core/appendix/implementation.html
You can’t perform that action at this time.
0 commit comments