From ae23d61652d49add68a0ee8338214eaaffeb6a81 Mon Sep 17 00:00:00 2001 From: Kyle Manning Date: Thu, 26 Jan 2023 17:27:05 +0900 Subject: [PATCH] Update why-rust-and-webassembly.md --- src/why-rust-and-webassembly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/why-rust-and-webassembly.md b/src/why-rust-and-webassembly.md index 4196a4b4..06578b00 100644 --- a/src/why-rust-and-webassembly.md +++ b/src/why-rust-and-webassembly.md @@ -26,7 +26,7 @@ benefits. And you can even stop there if you want to. ## Plays Well With Others -Rust and WebAssembly integrates with existing JavaScript tooling. It supports +Rust and WebAssembly integrate with existing JavaScript tooling. They support ECMAScript modules and you can continue using the tooling you already love, like npm and Webpack.