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.
14221422
14231423For imports (which in Core WebAssembly are [ two-level] ), the first-level name
14241424is 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
14271427For imports and exports, the Canonical ABI assumes that ` _ ` is not a valid
14281428character 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
You can’t perform that action at this time.
0 commit comments