From 9561ea6b9dd10300abf31447faddbd1e3e22ed4a Mon Sep 17 00:00:00 2001 From: Koen Vendrik Date: Sat, 4 Jul 2020 12:36:26 -0400 Subject: [PATCH] Fixes typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aff1569..3ba5077 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri - [parity-wasm - WebAssembly serialization/deserialization library in pure Rust](https://github.com/paritytech/parity-wasm) - [wasmi - WebAssembly interpreter in pure Rust](https://github.com/paritytech/wasmi) - [awesome-rust](https://github.com/rust-unofficial/awesome-rust) (*has scattered references to targeting WASM*) -- [Rust WebAssembly Starter - Get Started With Rust and Webassembly in Seconds](https://github.com/kvendrik/rust-wasm-starter) +- [Rust WebAssembly Starter - Get Started With Rust and WebAssembly in Seconds](https://github.com/kvendrik/rust-wasm-starter) ### WASM-like - [wah - a slightly higher-level language superset of webassembly](https://github.com/tmcw/wah)