Skip to content

Commit

Permalink
Fix: Broken link in DesignPrinciples.md WebAssembly#269 (WebAssembly#278
Browse files Browse the repository at this point in the history
)

Perhaps this is a temporary fix. We'll have to update the link again after the design of the module types gets updated.
  • Loading branch information
YAMAMOTO Yuji authored May 19, 2020
1 parent de20e79 commit e910968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DesignPrinciples.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ transparently. This can be used to adapt or attenuate the functionality
of a WASI API without changing the code using it.

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

0 comments on commit e910968

Please sign in to comment.