From c26dfdf603fded14c16134b8c05e72ca44f959ae Mon Sep 17 00:00:00 2001 From: Kelly Thomas Kline Date: Thu, 26 Oct 2023 20:23:00 -0700 Subject: [PATCH] Update wasm-bindgen.md --- doc/wasm-bindgen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/wasm-bindgen.md b/doc/wasm-bindgen.md index fb28140..2eac4d6 100644 --- a/doc/wasm-bindgen.md +++ b/doc/wasm-bindgen.md @@ -9,8 +9,8 @@ > to build in release mode, i.e., `cargo wasi build --release`. The [`wasm-bindgen` project](https://github.com/rustwasm/wasm-bindgen) is -primarily targeted at JavaScript and the web, but is also becomimg the primary -experiment grounds of WebAssembly Interface Types for Rust. If you're not using +primarily targeted at JavaScript and the web, but is also becoming the primary +experimentation grounds of WebAssembly Interface Types for Rust. If you're not using interface types you probably don't need `wasm-bindgen`, but if you're using interface types read on!