Skip to content

Commit ecd9d8c

Browse files
Simplify language (#27338)
Simpler language for better understanding.
1 parent 1794251 commit ecd9d8c

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/webassembly/rust_to_wasm

1 file changed

+1
-1
lines changed

files/en-us/webassembly/rust_to_wasm/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: WebAssembly/Rust_to_Wasm
55

66
{{WebAssemblySidebar}}
77

8-
If you have some Rust code, you can compile it into [WebAssembly](/en-US/docs/WebAssembly) (Wasm). This tutorial takes you through all you need to know to compile a Rust project to Wasm and use it in an existing web app.
8+
If you have some Rust code, you can compile it into [WebAssembly](/en-US/docs/WebAssembly) (Wasm). This tutorial will show you how to compile a Rust project into WebAssembly and use it in an existing web app.
99

1010
## Rust and WebAssembly use cases
1111

0 commit comments

Comments
 (0)