Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed May 11, 2024
1 parent 527f7e0 commit e8cd12f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ A simple tool to convert a WebAssembly module (`wasm32-wasi`, `wasm32-freestandi
- Windows/aarch64
- WebAssembly (WASI)

Or if you really want to compile from source, install Rust and type:

```sh
rustup target add wasm32-unknown-unknown
cargo install wasi-update
```

# Usage

Expand All @@ -29,4 +23,13 @@ Example:

```sh
wasi-update -i module.wasm -o component.wasm
```
```

# Compilation from source

Or if you really want to compile from source, install Rust and type:

```sh
rustup target add wasm32-unknown-unknown
cargo install wasi-update
```

0 comments on commit e8cd12f

Please sign in to comment.