From 1d4b704cb86097684e922200e780950dab650044 Mon Sep 17 00:00:00 2001 From: Gene McCulley Date: Thu, 28 Mar 2019 08:31:44 -0400 Subject: [PATCH] Update README.md Small spelling fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b5dec2e2ca..86ff8395af28 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ There are Rust, C, and C++ toolchains that can compile programs with WASI. See tutorial on compiling and running programs using WASI and wasmtime, as well as an overview of the filesystem sandboxing system. -Wasmtime does not yet implement Spectre mitiations, such as those being +Wasmtime does not yet implement Spectre mitigations, such as those being pioneered [by](https://www.wasmjit.org/blog/spectre-mitigations-part-1.html) [wasmjit](https://www.wasmjit.org/blog/spectre-mitigations-part-2.html), however this is a subject of ongoing research.