You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ cargo new --lib my-plugin
15
15
Add the library from [crates.io](https://crates.io/crates/extism-pdk).
16
16
17
17
```bash
18
-
cargo add extism-pdk@1.0.0-rc1
18
+
cargo add extism-pdk
19
19
```
20
20
21
21
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):
0 commit comments