Skip to content

Commit

Permalink
Merge pull request #37 from extism/1.0.0-beta.0
Browse files Browse the repository at this point in the history
docs: Recommend new users try 1.0 beta
  • Loading branch information
bhelx authored Nov 15, 2023
2 parents 009bf80 + c31dea8 commit e1a8bb7
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
cargo add extism-pdk@1.0.0-beta.0
```

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 e1a8bb7

Please sign in to comment.