File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,8 +243,8 @@ transparently. This can be used to adapt or attenuate the functionality
243
243
of a WASI API without changing the code using it.
244
244
245
245
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 ) .
248
248
Imports are resolved when a module is instantiated, which may happen
249
249
during the runtime of a larger logical application, so we can support
250
250
interposition of WASI APIs without defining them in terms of explicit
You can’t perform that action at this time.
0 commit comments