Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Added command in Rust.md #179

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/WebAssembly/Rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down