Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jan 8, 2024
1 parent 91720a2 commit d0dc0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cargo new --lib my-plugin
Add the library from [crates.io](https://crates.io/crates/extism-pdk).

```bash
cargo add extism-pdk@1.0.0-rc1
cargo add extism-pdk
```

Change your `Cargo.toml` to set the crate-type to `cdylib` (this instructs the compiler to produce a dynamic library, which for our target will be a Wasm binary):
Expand Down

0 comments on commit d0dc0d4

Please sign in to comment.