From 4df2d5d278f612a761479ce33b40bc70b1426337 Mon Sep 17 00:00:00 2001 From: Kirtee Prajapati <95649744+kirteeprajapati@users.noreply.github.com> Date: Sun, 17 Apr 2022 02:27:39 +0530 Subject: [PATCH] Added command inserted command cd demo --- docs/WebAssembly/Rust.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/WebAssembly/Rust.md b/docs/WebAssembly/Rust.md index 4524f0ab3..b87323d70 100644 --- a/docs/WebAssembly/Rust.md +++ b/docs/WebAssembly/Rust.md @@ -25,10 +25,11 @@ You will find wasmtime at [wasmtime.dev](https://wasmtime.dev/) ## Rust Code -First create a new project using the command below: +First create a new project and switch to `demo` directory using the command below: ```bash cargo new demo +cd demo ``` You can use any IDE of your choice and open up this project folder, add this to the `main.rs` file: