Skip to content

Commit

Permalink
formatting fd
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Oct 10, 2023
1 parent d7c87d0 commit a70e758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ cargo build --target wasm32-unknown-unknown
```

> *Note*: You can also put a default target in `.cargo/config.toml`:
> ```toml
> [build]
> target = "wasm32-unknown-unknown"
> ```
```toml
[build]
target = "wasm32-unknown-unknown"
```

This will put your compiled wasm in `target/wasm32-unknown-unknown/debug`.
We can now test it using the [Extism CLI](https://github.com/extism/cli)'s `run`
Expand Down

0 comments on commit a70e758

Please sign in to comment.