From f55b241167de0b0e4d0230cf8928fce2d360a79c Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Thu, 30 Jan 2025 23:34:53 +0300 Subject: [PATCH] Update WASI and Emscripten links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3f2dce0..79082409 100644 --- a/README.md +++ b/README.md @@ -359,8 +359,8 @@ dual licensed as above, without any additional terms or conditions. [`module`]: https://rustwasm.github.io/wasm-bindgen/reference/attributes/on-js-imports/module.html [`sys_read_entropy`]: https://github.com/hermit-os/kernel/blob/315f58ff5efc81d9bf0618af85a59963ff55f8b1/src/syscalls/entropy.rs#L47-L55 [platform-support]: https://doc.rust-lang.org/stable/rustc/platform-support.html -[WASI]: https://github.com/CraneStation/wasi -[Emscripten]: https://www.hellorust.com/setup/emscripten/ +[WASI]: https://github.com/WebAssembly/WASI +[Emscripten]: https://emscripten.org [//]: # (licenses)