Skip to content

Commit 1bc25c9

Browse files
author
YAMAMOTO Yuji
committed
Fix: Broken link in DesignPrinciples.md WebAssembly#269
Perhaps this is a temporary fix. We'll have to update the link again after the design of the module types gets updated.
1 parent de20e79 commit 1bc25c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DesignPrinciples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ transparently. This can be used to adapt or attenuate the functionality
243243
of a WASI API without changing the code using it.
244244

245245
In WASI, we envision interposition will primarily be configured
246-
through the mechanisms in the interface types' [linking
247-
proposal](https://github.com/WebAssembly/interface-types/blob/linking/proposals/interface-types/linking/Explainer.md).
246+
through the mechanisms in the module types' [link-time virtualization
247+
](https://github.com/WebAssembly/module-types/blob/module-imports/proposals/module-types/Explainer.md#link-time-virtualization).
248248
Imports are resolved when a module is instantiated, which may happen
249249
during the runtime of a larger logical application, so we can support
250250
interposition of WASI APIs without defining them in terms of explicit

0 commit comments

Comments
 (0)