Skip to content

Commit

Permalink
instructional patch-fix for #46
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehemmerle authored Jan 2, 2024
1 parent 0c74090 commit 8ea977e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@ This repository contains libraries, toolchains, utilities, and specifications fo
### Build Requirements

Besides the latest stable Rust toolchain, you will also need to install:
- [cargo component](https://github.com/bytecodealliance/cargo-component#installation), a Cargo extension for building Wasm components.
- [wasm-tools](https://github.com/bytecodealliance/wasm-tools#installation), to be used by `cargo-component`
- [cargo component v0.2.0](https://github.com/bytecodealliance/cargo-component#installation), a Cargo extension for building Wasm components.
- [wasm-tools](https://github.com/bytecodealliance/wasm-tools#installation), to be used by `cargo-component`.

These can be installed as follows:

```bash
cargo install cargo-component --version 0.2.0 &&
cargo install wasm-tools
```

## Example Program: `barebones`

Expand Down

0 comments on commit 8ea977e

Please sign in to comment.