Skip to content

Commit dd9d26a

Browse files
committed
update readme
1 parent 2044035 commit dd9d26a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ Some up to date Extism plugins for use in demos and tests.
66

77
Check the [releases](https://github.com/extism/plugins/releases) for stable builds.
88

9+
You can download the latest plugin by name like this:
10+
11+
```
12+
curl https://github.com/extism/plugins/releases/latest/download/count_vowels.wasm
13+
```
14+
15+
or a specific version like this:
16+
17+
```
18+
curl https://github.com/extism/plugins/releases/download/v0.0.3/count_vowels.wasm
19+
```
20+
21+
> *Note*: Each plugin should also have a debug build at {name}.debug.wasm
922
1023
## Development
1124

0 commit comments

Comments
 (0)