Skip to content

Commit

Permalink
Update wasm-bindgen.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kellytk authored Oct 27, 2023
1 parent e811d48 commit c26dfdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/wasm-bindgen.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down

0 comments on commit c26dfdf

Please sign in to comment.