From 09a8aa6030c934240d191cb30c23fb06de0eca0d Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Mon, 11 Jul 2022 08:33:41 +0900 Subject: [PATCH] example(wasi): fixes link drifts (#679) Signed-off-by: Takeshi Yoneda --- examples/wasi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/wasi/README.md b/examples/wasi/README.md index 717be82d..c267d3ea 100644 --- a/examples/wasi/README.md +++ b/examples/wasi/README.md @@ -43,14 +43,14 @@ years old, it is unlikely to change. This means the only way to create smaller wasm is via optimization. The [cargo-wasi][3] crate includes many optimizations in its release target, -including `wasm-opt`, a part of [binaryen][3]. `cargo wasi build --release` +including `wasm-opt`, a part of [binaryen][4]. `cargo wasi build --release` generates 82KB of wasm, which is small enough to check in. ### emscripten Emscripten is not included as we cannot create a cat program without using custom filesystem code. Emscripten only supports WASI I/O for -[stdin/stdout/stderr][4] and suggest using wasi-libc instead. This is used in +stdin/stdout/stderr and [suggest using wasi-libc instead][5]. This is used in the [zig-cc](testdata/zig-cc) example. [1]: https://github.com/bytecodealliance/cargo-wasi