example: remove deprecated replace-import example link (#786)

Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
Takeshi Yoneda
2022-08-31 15:02:04 +09:00
committed by GitHub
parent 8abe345249
commit 25b99bc02a

View File

@@ -13,8 +13,6 @@ The following example projects can help you practice WebAssembly with wazero:
from WebAssembly or Go-defined functions.
* [namespace](namespace) - how WebAssembly modules can import their own host
module, such as "env".
* [replace-import](replace-import) - how to override a module name hard-coded
in a WebAssembly module.
* [wasi](../imports/wasi_snapshot_preview1/example) - how to use I/O in your
WebAssembly modules using WASI (WebAssembly System Interface).