From a70e758a244218ef59735f10256427da27636bcf Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Tue, 10 Oct 2023 15:24:16 -0500 Subject: [PATCH] formatting fd --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 21397a7..81b65ef 100644 --- a/README.md +++ b/README.md @@ -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`